-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
50 lines (48 loc) · 1.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./logo.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>
BANDIT HEIST | Unleash the Bandit Within & Maximize your Gains
</title>
<meta name="description" content="" />
<meta name="robots" content="index, follow" />
<meta property="og:locale" content="en_EN" />
<meta
property="og:title"
content="BANDIT HEIST | Unleash the Bandit Within & Maximize your Gains"
/>
<meta property="og:site_name" content="Bandit Heist" />
<meta property="og:url" content="https://banditheist.prpg.quest" />
<meta
property="og:description"
content="Build your Gang of Outlaws and compete in Stagecoach Heists with other players! Fully on chain game on the BSC Blockchain."
/>
<meta property="og:type" content="article" />
<meta property="og:image" content="./opengraph.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="https://banditheist.prpg.quest" />
<meta
name="twitter:title"
content="BANDIT HEIST | Unleash the Bandit Within & Maximize your Gains"
/>
<meta name="twitter:image" content="./opengraph.png" />
<meta name="twitter:image:width" content="1200" />
<meta name="twitter:image:height" content="630" />
<meta
name="twitter:description"
content="Build your Gang of Outlaws and compete in Stagecoach Heists with other players! Fully on chain game on the BSC Blockchain."
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>