blob: 831badc8d279a35a756b84f882b7ab8c6feb2e57 (
plain) (
blame)
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
|
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<script type="module" src="./src/index.tsx"></script>
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#55aa00" />
<meta
name="description"
content="Daily K-pop music guessing game. Listen to short clips and guess the song."
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="K-Heardle" />
<meta
property="og:description"
content="Daily K-pop music guessing game. Can you guess today's song?"
/>
<meta property="og:image" content="https://yena.pinapelz.com/kheardle/og.webp" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="K-Heardle" />
<meta
name="twitter:description"
content="Daily K-pop music guessing game."
/>
<meta name="twitter:image" content="https://yena.pinapelz.com/kheardle/og.webp" />
<title>K-Heardle</title>
</head>
<body>
<noscript
>You need to enable JavaScript to run this app. (sorry I promise there's
no tracking)</noscript
>
<div id="root"></div>
</body>
</html>
|