-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
45 lines (40 loc) · 1.64 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" type="image/svg+xml" href="/2077-logo-white.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>2077 Collective - Ethereum's Unofficial Marketing Department</title>
<meta property="og:type" content="website" />
<meta
property="og:title"
content="2077 Collective | Ethereum Unofficial Creative Studio."
/>
<meta
property="og:description"
content="A league of creatives, researchers, developers, and marketers committed to making Ethereum great again. Ethereum's Unofficial Creative Studio™."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="/embed.png" />
<meta property="og:url" content="https://2077.xyz/" />
<meta name="twitter:creator" content="@2077Collective" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://x.com/2077Collective" />
<meta property="twitter:title" content="2077 Collective (eth/acc)" />
<meta
property="twitter:description"
content="A league of creatives, researchers, developers, and marketers committed to making Ethereum great again. Ethereum's Unofficial Creative Studio™."
/>
<meta property="twitter:image" content="/embed.png" />
<link rel="canonical" href="https://2077.xyz/" />
<script
defer
data-domain="2077.xyz"
src="https://plausible.io/js/script.js"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>