-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (40 loc) · 1.58 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
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark light" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<title>Revex</title>
<meta property="og:title" content="Revex" />
<meta name="twitter:title" content="Revex" />
<meta property="og:site_name" content="Revex" />
<meta property="og:type" content="website" />
<meta
name="description"
content="A boilerplate to work with elm, that has many features pre-configured for you."
/>
<meta
name="og:description"
content="A boilerplate to work with elm, that has many features pre-configured for you."
/>
<meta
name="twitter:description"
content="A boilerplate to work with elm, that has many features pre-configured for you."
/>
<meta property="og:image" itemprop="image" content="favicon.svg" />
<meta property="og:image:alt" content="favicon.svg" />
<meta name="twitter:card" content="favicon.svg" />
<meta name="twitter:image:alt" content="favicon.svg" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<link
href="https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,300;0,500;0,600;1,400&family=Nunito:wght@300;400;600&display=swap"
rel="stylesheet"
/>
<script type="module" src="./src/Ts/index.ts" defer></script>
</head>
<body>
<div id="root"></div>
</body>
</html>