-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
32 lines (30 loc) · 923 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta property="og:image" content="/active/preview.png?{{.CurrentQueries}}" />
<link rel="icon" href="/active/api/favicon.ico" sizes="32x32" id="favicon-ico" />
<link
rel="icon"
href="/active/api/favicon.svg"
type="image/svg+xml"
id="favicon-svg"
/>
<link
rel="apple-touch-icon"
href="/active/api/apple-touch-icon.png"
id="favicon-apple-touch"
/>
<!-- Manifest is generated dynamically after the configuration is loaded -->
<link rel="manifest" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>