forked from jordansinger/onethreeseventhree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (55 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>1373</title>
<link rel="stylesheet" type="text/css" href="assets/style.css">
<meta name="viewport" content="width=device-width" />
<title>Jordan Singer</title>
<meta name="description" content="Loot Bag #1373" />
<link rel="icon" type="image/png" href="assets/images/favicon.png">
<meta property="og:title" content="1373" />
<meta property="og:description" content="Loot Bag #1373" />
<meta property="og:image" content="https://onethreeseventhree.com/assets/images/og.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="1373" />
<meta name="twitter:description" content="Loot Bag #1373" />
<meta name="twitter:image" content="https://onethreeseventhree.com/assets/images/og.png" />
</head>
<body>
<h1>1373</h1>
<ul id="loot">
<li id="weapon">Scimitar</li>
<li id="chestArmor">Silk Robe</li>
<li id="headArmor">Hood of Reflection</li>
<li id="waistArmor">Sash</li>
<li id="footArmor">Holy Greaves</li>
<li id="handArmor">"Victory Moon" Gauntlets of Vitriol +1</li>
<li id="necklace">Amulet</li>
<li id="ring">Gold Ring</li>
</ul>
<hr />
<ul id="links">
<li>
<a href="https://api.onethreeseventhree.com">API</a>
</li>
<li>
<a href="https://opensea.io/assets/0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7/1373">OpenSea</a>
</li>
<li>
<a href="https://lootproject.com">Loot</a>
</li>
<li>
<a href="https://github.com/jordansinger/onethreeseventhree">GitHub</a>
</li>
<li>
<a href="https://www.figma.com/community/file/1015246149417793402/1373">Figma</a>
</li>
<li>
<a href="https://twitter.com/bag1373">Twitter</a>
</li>
</ul>
<hr />
<p>© 2021</p>
</body>
</html>