-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (59 loc) · 2.6 KB
/
Copy pathindex.html
File metadata and controls
66 lines (59 loc) · 2.6 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
<!doctype html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0a0a0f" />
<title>Żyleta Karaoke — Song List</title>
<meta
name="description"
content="Browse 5000+ karaoke songs. Find your favorite track by artist or title and sing!"
/>
<meta name="keywords" content="karaoke, songs, singing, Żyleta, song list, lista piosenek" />
<meta name="author" content="Żyleta Karaoke" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Żyleta Karaoke — Song List" />
<meta
property="og:description"
content="Browse 5000+ karaoke songs. Find your favorite track by artist or title and sing!"
/>
<meta property="og:url" content="https://kruzyk.github.io/zyleta-karaoke" />
<meta property="og:image" content="https://kruzyk.github.io/zyleta-karaoke/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="Żyleta Karaoke" />
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="pl_PL" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Żyleta Karaoke — Song List" />
<meta
name="twitter:description"
content="Browse 5000+ karaoke songs. Find your favorite track!"
/>
<meta name="twitter:image" content="https://kruzyk.github.io/zyleta-karaoke/og-image.png" />
<!-- Canonical -->
<link rel="canonical" href="https://kruzyk.github.io/zyleta-karaoke" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<!-- Preconnect to Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "EntertainmentBusiness",
"name": "Żyleta Karaoke",
"description": "Karaoke entertainment with 5000+ songs available. Browse our song list and sing your favorites!",
"url": "https://kruzyk.github.io/zyleta-karaoke",
"image": "https://kruzyk.github.io/zyleta-karaoke/og-image.png"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>