-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (26 loc) · 1.05 KB
/
index.html
File metadata and controls
32 lines (26 loc) · 1.05 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
<title>SiemSet</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap"
rel="stylesheet"
/>
<link rel="manifest" href="/public/manifest.json" />
<meta name="description" content="" />
<meta name="theme-color" content="#2F3BA2" />
<meta name="color-scheme" content="dark light">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="SiemSet" />
<link rel="apple-touch-icon" href="/public/images/icons/icon-152x152.png" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="stylesheet" href="/public/global.css" />
</head>
<body>
<script type="module" src="/src/main.ts"></script>
</body>
</html>