-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (34 loc) · 1.95 KB
/
index.html
File metadata and controls
38 lines (34 loc) · 1.95 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/images/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <title>Xplode | Mine the Cosmos. Dodge the Void. Rule the Grid.</title> -->
<title>Xplode</title>
<!-- Primary Meta Tags -->
<meta name="description" content="Mine the Cosmos. Dodge the Void. Rule the Grid. A high-stakes multiplayer blockchain game on Solana." />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Xplode | Mine the Cosmos. Dodge the Void. Rule the Grid." />
<meta property="og:description" content="Mine the Cosmos. Dodge the Void. Rule the Grid. A high-stakes multiplayer blockchain game on Solana." />
<meta property="og:image" content="/assets/images/social-preview.jpg" />
<meta property="og:url" content="https://xploddd.netlify.app/" />
<meta property="og:type" content="website" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Xplode | Mine the Cosmos. Dodge the Void. Rule the Grid." />
<meta name="twitter:description" content="Mine the Cosmos. Dodge the Void. Rule the Grid. #GameFi #Solana" />
<meta name="twitter:image" content="https://res.cloudinary.com/djgny0eh5/image/upload/v1743551363/Screenshot_2025-04-02_at_3.14.32_AM_eczrhx.png" />
<meta name="twitter:site" content="@jpexfinance" />
<meta name="twitter:creator" content="@jpexfinance" />
<!-- Keywords and Additional Meta -->
<meta name="keywords" content="blockchain game, Solana, crypto gaming, multiplayer strategy, web3 game, GameFi, Xplode" />
<meta name="author" content="Xplode Team" />
<meta name="theme-color" content="#10b981" />
</head>
<body>
<div id="root"></div>
<div id="modal-root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>