mirror of https://github.com/hykilpikonna/AquaDX
45 lines
1.1 KiB
HTML
45 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>AquaNet</title>
|
|
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="/assets/icons/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="/assets/icons/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="/assets/icons/favicon-16x16.png"
|
|
/>
|
|
<link rel="manifest" href="/assets/icons/site.webmanifest" />
|
|
<link
|
|
rel="mask-icon"
|
|
href="/assets/icons/safari-pinned-tab.svg"
|
|
color="#b3c6ff"
|
|
/>
|
|
<link rel="shortcut icon" href="/assets/icons/favicon.ico" />
|
|
<meta name="msapplication-TileColor" content="#ffffff" />
|
|
<meta
|
|
name="msapplication-config"
|
|
content="/assets/icons/browserconfig.xml"
|
|
/>
|
|
<meta name="theme-color" content="#ffffff" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|