-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (39 loc) · 1.56 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Elden Ring Compass</title>
<!-- SEO Meta Tags -->
<meta
name="description"
content="Elden Ring Compass helps you track your progress, completion stats, and explore an interactive map for Elden Ring."
/>
<meta
name="keywords"
content="Elden Ring, Elden Ring save file, game progress tracker, completion stats, interactive map"
/>
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Elden Ring Compass" />
<meta
property="og:description"
content="Track your Elden Ring progress, completion stats, and explore an interactive map with Elden Ring Compass."
/>
<!-- <meta property="og:image" content="/path/to/your/image.jpg"> -->
<meta property="og:url" content="https://www.eldenringcompass.com" />
<meta property="og:type" content="website" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Elden Ring Compass" />
<meta
name="twitter:description"
content="Track your Elden Ring progress, completion stats, and explore an interactive map with Elden Ring Compass."
/>
<!-- <meta name="twitter:image" content="/path/to/your/image.jpg"> -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>