forked from mihaip/infinite-mac
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·53 lines (53 loc) · 1.64 KB
/
index.html
File metadata and controls
executable file
·53 lines (53 loc) · 1.64 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon16.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="aetherWorks v0.1"
/>
<link rel="manifest" href="/manifest.json" />
<link
rel="preload"
as="font"
crossorigin="anonymous"
href="/src/Fonts/AppleGaramond.woff2"
/>
<link
rel="preload"
as="font"
crossorigin="anonymous"
href="/src/Fonts/MEKSans-Regular.woff2"
/>
<link
rel="preload"
as="font"
crossorigin="anonymous"
href="/src/Fonts/ChicagoFLF.woff2"
/>
<link
rel="preload"
as="font"
crossorigin="anonymous"
href="/src/Fonts/Charcoal.woff2"
/>
<title>aetherWorks</title>
</head>
<body>
<div id="about" style="position: absolute; top: -1000px; left: -1000px">
<p>
aetherWorks v0.1
</p>
</div>
<div id="root"></div>
<div id="dialog-root"></div>
<noscript>This app requires JavaScript.</noscript>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>