-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (63 loc) · 1.97 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
<!doctype html>
<html lang="en">
<head>
<title>Claims - Loot Survivor</title>
<meta charSet="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png"
/>
<meta
name="description"
content="Loot Survivor is a fully on-chain arcade dungeon crawler game on Starknet."
/>
<meta property="og:title" content="Claims - Loot Survivor" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Loot Survivor is a fully on-chain arcade dungeon crawler game on Starknet."
/>
<meta property="og:url" content="https://lootsurvivor.io" />
<meta
property="og:image"
content="https://lootsurvivor.io/scenes/intro/beast.png"
/>
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="600" />
<meta property="og:image:alt" content="Loot Survivor Beast" />
<meta name="twitter:card" content="player" />
<meta name="twitter:site" content="@LootSurvivor" />
<meta name="twitter:title" content="Loot Survivor" />
<meta
name="twitter:description"
content="Loot Survivor is a fully on-chain arcade dungeon crawler game on Starknet."
/>
<!-- <meta
name="twitter:player"
content="https://lootsurvivor.io/twitter-card.html"
/>
<meta name="twitter:player:width" content="360" />
<meta name="twitter:player:height" content="680" /> -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:image"
content="https://lootsurvivor.io/scenes/intro/beast.png"
/>
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#33FF33" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>