-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (85 loc) · 2.17 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!doctype html>
<html lang="en">
<head>
<title>AOT APP</title>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="/src/assets/icons/aot-icon.svg"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<!-- og meta tags -->
<meta
property="og:title"
content="AOT APP"
/>
<meta
property="og:description"
content="Explore the world of 'Attack on Titan' better with the AOT APP! Created by fans, this app will make watching anime easier for you. Find information about characters, browse quotes, save favorites and compare characters. Discover their personalities with the MBTI system."
/>
<meta
property="og:image"
content="https://aot.lut3k.com/assets/img/AoT-app-banner-16_9-sharp-en.png"
/>
<meta
property="og:url"
content="https://aot.lut3k.com"
/>
<meta
property="og:type"
content="website"
/>
<meta
property="og:site_name"
content="AOT APP"
/>
<meta
property="og:locale"
content="en_US"
/>
<meta
property="og:locale:alternate"
content="en_GB"
/>
<meta
property="og:locale:alternate"
content="pl_PL"
/>
<!-- twitter meta tags -->
<meta
name="twitter:card"
content="summary_large_image"
/>
<meta
property="twitter:domain"
content="aot.lut3k.com"
/>
<meta
name="twitter:title"
content="AOT APP"
/>
<meta
name="twitter:description"
content="Explore the world of 'Attack on Titan' better with the AOT APP! Created by fans, this app will make watching anime easier for you. Find information about characters, browse quotes, save favorites and compare characters. Discover their personalities with the MBTI system."
/>
<meta
name="twitter:image"
content="https://aot.lut3k.com/assets/img/AoT-app-banner-16_9-sharp-en.png"
/>
<meta
name="twitter:url"
content="https://aot.lut3k.com"
/>
</head>
<body>
<div id="root"></div>
<script
type="module"
src="/src/main.tsx"
></script>
</body>
</html>