-
Notifications
You must be signed in to change notification settings - Fork 111
/
index.html
30 lines (28 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta charset="utf-8" />
<link rel="shortcut icon" type="image/png" href="/favicon.png" id="favicon" />
<link rel="apple-touch-icon" sizes="192x192" href="/images/192x192_App_Icon.png" />
<link rel="apple-touch-icon" sizes="384x384" href="/images/384x384_App_Icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#E84142" />
<meta name="fortmatic-site-verification" content="j93LgcVZk79qcgyo" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link rel="manifest" href="/manifest.json" />
<title>Pangolin</title>
</head>
<body>
<div id="root"></div>
<script>
window.global = window
</script>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>