mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-27 02:41:53 +00:00
33 lines
869 B
HTML
33 lines
869 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>StartOS</title>
|
|
|
|
<base href="/" />
|
|
|
|
<meta
|
|
name="viewport"
|
|
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
|
/>
|
|
<meta name="format-detection" content="telephone=no" />
|
|
<meta name="msapplication-tap-highlight" content="no" />
|
|
|
|
<link rel="icon" type="image/x-icon" href="assets/icon/favicon.ico" />
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="256x256"
|
|
href="assets/img/icon_apple_touch.png"
|
|
/>
|
|
<link rel="manifest" href="manifest.webmanifest" />
|
|
<meta name="theme-color" content="#ff5b71" />
|
|
</head>
|
|
|
|
<body>
|
|
<app-root></app-root>
|
|
<noscript>
|
|
Please enable JavaScript to continue using this application.
|
|
</noscript>
|
|
</body>
|
|
</html>
|