44 lines
2.0 KiB
HTML
44 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/icons/favicon.ico" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
|
/>
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<link rel="manifest" href="%PUBLIC_URL%/icons/site.webmanifest" />
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/icons/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/icons/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/icons/favicon-16x16.png">
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/icons/favicon.ico" />
|
|
<link rel="mask-icon" href="%PUBLIC_URL%/icons/safari-pinned-tab.svg" color="#6b3e9f">
|
|
<meta name="msapplication-config" content="%PUBLIC_URL%/icons/browserconfig.xml">
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
<link href="%PUBLIC_URL%/splashes/apple_splash_2048.png" sizes="2048x2732" rel="apple-touch-startup-image" />
|
|
<link href="%PUBLIC_URL%/splashes/apple_splash_1668.png" sizes="1668x2224" rel="apple-touch-startup-image" />
|
|
<link href="%PUBLIC_URL%/splashes/apple_splash_1536.png" sizes="1536x2048" rel="apple-touch-startup-image" />
|
|
<link href="%PUBLIC_URL%/splashes/apple_splash_1125.png" sizes="1125x2436" rel="apple-touch-startup-image" />
|
|
<link href="%PUBLIC_URL%/splashes/apple_splash_1242.png" sizes="1242x2208" rel="apple-touch-startup-image" />
|
|
<link href="%PUBLIC_URL%/splashes/apple_splash_750.png" sizes="750x1334" rel="apple-touch-startup-image" />
|
|
<link href="%PUBLIC_URL%/splashes/apple_splash_640.png" sizes="640x1136" rel="apple-touch-startup-image" />
|
|
<style>
|
|
body::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
body {
|
|
scrollbar-width: none;
|
|
}
|
|
</style>
|
|
<title>Hyperspace</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|