-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (35 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zeepkist Records</title>
<meta name="theme-color" content="#ff9200" />
<meta
name="description"
content="The ultimate platform for Zeepkist racing fans!
Track records, view player stats, create/join tournaments and view Super League event results!" />
<meta property="og:url" content="https://zeepki.st" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Zeepkist Records" />
<meta
property="og:description"
content="The ultimate platform for Zeepkist racing fans!
Track records, view player stats, create/join tournaments and view Super League event results!" />
<meta property="og:image" content="https://zeepki.st/banner.webp" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="zeepki.st" />
<meta property="twitter:url" content="https://zeepki.st" />
<meta name="twitter:title" content="Zeepkist Records" />
<meta
name="twitter:description"
content="The ultimate platform for Zeepkist racing fans!
Track records, view player stats, create/join tournaments and view Super League event results!" />
<meta name="twitter:image" content="https://zeepki.st/banner.webp" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>