-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathindex.html
26 lines (23 loc) · 1.07 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta property="og:title" content="Eternum Empire" />
<meta property="og:description" content="Manage your Realms.World empire and season passes here" />
<meta property="og:image" content="https://empire.realms.world/empire-og-image.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:url" content="https://eternum.realms.world" />
<meta property="og:type" content="website" />
<!-- Twitter specific tags (optional but recommended) -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://empire.realms.world/empire-og-image.jpg" />
<link rel="icon" type="image/png" href="/eternum-new-logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Eternum Empire | Stats & Analytics</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>