-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (90 loc) · 3.04 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/favicon.png" />
<!-- Primary Meta Tags -->
<title>Hoodratz</title>
<meta name="title" content="Hoodratz" />
<meta
name="description"
content="Crafted in Silicon Beach & inspired by New York City’s underground, each of the NFTs is one-of-a-kind & 100% owned by you."
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.hoodratz.io/" />
<meta
property="og:title"
content="Crafted in Silicon Beach & inspired by New York City’s underground, each of the NFTs is one-of-a-kind & 100% owned by you."
/>
<meta
property="og:description"
content="Crafted in Silicon Beach & inspired by New York City’s underground, each of the NFTs is one-of-a-kind & 100% owned by you."
/>
<meta
property="og:image"
content="https://www.hoodratz.io/images/social-card.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://www.hoodratz.io/" />
<meta
property="twitter:title"
content="Hoodratz - an NFT collection with unmatched utility."
/>
<meta
property="twitter:description"
content="Crafted in Silicon Beach & inspired by New York City’s underground, each of the NFTs is one-of-a-kind & 100% owned by you."
/>
<meta
property="twitter:image"
content="https://www.hoodratz.io/images/social-card.png"
/>
<link
rel="preload"
href="/font/Inter-roman.var.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<!-- Fathom - beautiful, simple website analytics -->
<script
src="https://cdn.usefathom.com/script.js"
data-site="IKFYAHBZ"
defer
></script>
<!-- / Fathom -->
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script type="text/javascript">
!(function (e, t, n) {
function a() {
var e = t.getElementsByTagName("script")[0],
n = t.createElement("script");
(n.type = "text/javascript"),
(n.async = !0),
(n.src = "https://beacon-v2.helpscout.net"),
e.parentNode.insertBefore(n, e);
}
if (
((e.Beacon = n =
function (t, n, a) {
e.Beacon.readyQueue.push({ method: t, options: n, data: a });
}),
(n.readyQueue = []),
"complete" === t.readyState)
)
return a();
e.attachEvent
? e.attachEvent("onload", a)
: e.addEventListener("load", a, !1);
})(window, document, window.Beacon || function () {});
</script>
<script type="text/javascript">
window.Beacon("init", "cf6c270e-a60d-4241-af97-212d7c7b7ee1");
</script>
</body>
</html>