-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (68 loc) · 2.33 KB
/
index.html
File metadata and controls
71 lines (68 loc) · 2.33 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kalien | Deterministic Asteroids with Verifiable On-chain Scores</title>
<meta
name="description"
content="Play deterministic Asteroids, prove your runs, and climb a verifiable on-chain leaderboard with Kalien."
/>
<meta name="robots" content="index,follow" />
<meta name="theme-color" content="#070d18" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="canonical" href="https://kalien.xyz/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Kalien" />
<meta
property="og:title"
content="Kalien | Deterministic Asteroids with Verifiable On-chain Scores"
/>
<meta
property="og:description"
content="Play deterministic Asteroids, prove your runs, and climb a verifiable on-chain leaderboard with Kalien."
/>
<meta property="og:url" content="https://kalien.xyz/" />
<meta
property="og:image"
content="https://kalien.xyz/kalien-meta-2.jpg"
/>
<meta property="og:image:alt" content="Kalien social preview image" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Kalien | Deterministic Asteroids with Verifiable On-chain Scores"
/>
<meta
name="twitter:description"
content="Play deterministic Asteroids, prove your runs, and climb a verifiable on-chain leaderboard with Kalien."
/>
<meta
name="twitter:image"
content="https://kalien.xyz/kalien-meta-2.jpg"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"name": "Kalien",
"url": "https://kalien.xyz"
},
{
"@type": "WebSite",
"name": "Kalien",
"url": "https://kalien.xyz",
"description": "Play deterministic Asteroids, prove your runs, and climb a verifiable on-chain leaderboard with Kalien.",
"inLanguage": "en-US"
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>