forked from BibliothecaDAO/eternum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (38 loc) · 1.6 KB
/
index.html
File metadata and controls
45 lines (38 loc) · 1.6 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
39
40
41
42
43
44
45
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- global -->
<!-- icons -->
<!-- resources -->
<!-- avatars -->
<!-- relic chest -->
<!-- labels -->
<!-- buildings -->
<!-- contruction -->
<!-- castles -->
<!-- thumb (only the valid ones) -->
<!-- image-icons -->
<!-- covers -->
<!-- blitz covers -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Realms: Blitz</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="The ultimate strategy game on Starknet" />
<meta property="og:title" content="Realms: Blitz" />
<meta property="og:description" content="The ultimate strategy game on Starknet" />
<meta property="og:image" content="https://dev.blitz.realms.world/images/covers/og-image.png" />
<meta property="og:url" content="https://dev.blitz.realms.world" />
<meta property="og:type" content="website" />
<link rel="icon" href="/images/game-favicon.ico" />
<link rel="apple-touch-icon" href="/images/game-apple-touch-icon-180x180.png" sizes="180x180" />
<link rel="mask-icon" href="/images/game-maskableicon-512x512.png" color="#FFFFFF" />
<meta name="theme-color" content="#ffffff" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://dev.blitz.realms.world/images/covers/og-image.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>