-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Prototype</title>
<link rel="icon" type="image/png" href="favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="prefetch"
href="Webfonts/iAWriterQuattroS-Regular.woff2"
as="font"
/>
<link
rel="prefetch"
href="Webfonts/iAWriterQuattroS-Bold.woff2"
as="font"
/>
<link
rel="prefetch"
href="Webfonts/et-book-roman-line-figures.woff"
as="font"
/>
<link
rel="prefetch"
href="Webfonts/et-book-display-italic-old-style-figures.woff"
as="font"
/>
<link
rel="prefetch"
href="Webfonts/et-book-bold-line-figures.woff"
as="font"
/>
<link rel="prefetch" href="Webfonts/FiraCode-Regular.woff2" as="font" />
<link rel="prefetch" href="Webfonts/FiraCode-Bold.woff2" as="font" />
<link rel="stylesheet" type="text/css" href="Webfonts/fonts.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script defer src="constants.js"></script>
<script defer type="module" src="storage/local.js"></script>
<script defer type="module" src="dist/index.js"></script>
</head>
<body class="cmd">
<main></main>
</body>
</html>