-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 1.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link href="/favicon.ico" rel="icon" />
<link
href="/apple-touch-icon.webp"
rel="apple-touch-icon"
sizes="180x180"
/>
<link
href="/favicon-32x32.webp"
rel="icon"
sizes="32x32"
type="image/png"
/>
<link
href="/android-chrome-192x192.webp"
rel="icon"
sizes="192x192"
type="image/png"
/>
<link
href="/favicon-16x16.webp"
rel="icon"
sizes="16x16"
type="image/png"
/>
<link href="/manifest.json" rel="manifest" />
<link color="#0c5a5e" href="/safari-pinned-tab.svg" rel="mask-icon" />
<link href="/favicon.ico" rel="shortcut icon" />
<meta content="zSnout" name="apple-mobile-web-app-title" />
<meta content="zSnout" name="application-name" />
<meta content="#00aba9" name="msapplication-TileColor" />
<meta content="#f7f7f7" name="theme-color" />
<meta
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
name="viewport"
/>
<title>zSnout</title>
</head>
<body>
<div id="app"></div>
<script src="/src/main.ts" type="module"></script>
</body>
</html>