mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
21 lines
528 B
HTML
21 lines
528 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>StartTunnel</title>
|
|
<base href="/" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
href="/assets/icons/favicon-96x96.png"
|
|
sizes="96x96"
|
|
/>
|
|
<link rel="icon" type="image/svg+xml" href="/assets/icons/favicon.svg" />
|
|
<link rel="shortcut icon" href="/assets/icons/favicon.ico" />
|
|
</head>
|
|
<body>
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|