-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
35 lines (31 loc) · 1.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favico.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Attack on Titan Tribute Game 2</title>
<!-- SEO Meta Tags -->
<meta name="description" content="Attack on Titan Tribute Game 2 is a fan-made sequel to the original AoTTG. Experience thrilling ODM gear gameplay in this free-to-play tribute to the Attack on Titan series." />
<meta name="keywords" content="Attack on Titan, AoTTG, AoTTG2, Tribute Game, Fan Game, ODM Gear, Anime Game" />
<meta name="author" content="AoTTG2 Development Team" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://aottg2.com/" />
<meta property="og:title" content="Attack on Titan Tribute Game 2 | Fan-made Sequel" />
<meta property="og:description" content="Experience the thrill of ODM gear in this free-to-play, fan-made sequel to the original Attack on Titan Tribute Game." />
<meta property="og:image" content="https://aottg2.com/image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://aottg2.com/" />
<meta property="twitter:title" content="Attack on Titan Tribute Game 2 | Fan-made Sequel" />
<meta property="twitter:description" content="Experience the thrill of ODM gear in this free-to-play, fan-made sequel to the original Attack on Titan Tribute Game." />
<meta property="twitter:image" content="https://aottg2.com/image.png" />
<!-- Canonical URL -->
<link rel="canonical" href="https://aottg2.com/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>