-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
45 lines (45 loc) · 1.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="The ArDrive Price Calculator" />
<link rel="stylesheet" href="/font.css" />
<link
rel="preload"
href="/fonts/Wavehaus/Wavehaus-66Book.woff"
as="font"
type="font/woff"
crossorigin
/>
<link
rel="preload"
href="/fonts/Wavehaus/Wavehaus-95SemiBold.woff"
as="font"
type="font/woff"
crossorigin
/>
<link
rel="preload"
href="/fonts/Wavehaus/Wavehaus-128Bold.woff"
as="font"
type="font/woff"
crossorigin
/>
<link
rel="preload"
href="/fonts/Wavehaus/Wavehaus-158ExtraBold.woff"
as="font"
type="font/woff"
crossorigin
/>
<script defer data-domain="prices.ardrive.io" src="https://plausible.io/js/plausible.js"></script>
<title>ArDrive Price Calculator</title>
</head>
<body>
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>