-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
27 lines (27 loc) · 917 Bytes
/
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
<!doctype html>
<html data-html-attributes="">
<head>
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1 viewport-fit=cover" />
<link href="https://api.fontshare.com/v2/css?f[]=satoshi@1&display=swap" rel="stylesheet" />
<!--HEAD-->
</head>
<body data-body-attributes="">
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
window._mtm = window._mtm || [];
window.originalLocation = {
originalLocation:
document.location.protocol +
"//" +
document.location.hostname +
document.location.pathname +
document.location.search,
};
window.dataLayer.push(window.originalLocation);
</script>
<!--BODY-->
<script type="module" src="/src/client.tsx"></script>
</body>
</html>