-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
34 lines (26 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/media/jellyfin-rewind-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Open Graph -->
<meta property="og:site_name" content="Jellyfin Rewind" />
<meta property="og:title" content="Jellyfin Rewind - Review Your Music of 2024" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jellyfin-rewind.chaphasilor.xyz/" />
<meta property="og:image" content="https://jellyfin-rewind.chaphasilor.xyz/media/banner-dark.png" />
<meta property="og:description" content="Review Your Music of 2024. A 'Spotify Wrapped'-like app made for people who use Jellyfin for listening to music!" />
<meta property="og:locale" content="en_US" />
<!-- umami -->
<script async src="https://eu.umami.is/script.js" data-website-id="015a50c3-f758-43b0-bc96-a974d8395346"></script>
<title>Jellyfin Rewind</title>
</head>
<body class="w-full h-full bg-[#00A4DC]/10 dark:bg-[#000B25] dark:text-white">
<div id="app"></div>
<div id="onboarding"></div>
<main id="features">
</main>
<script type="module" src="/main.js"></script>
</body>
</html>