-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (60 loc) · 1.9 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>surprise.movie - Discover your next favorite movie</title>
<meta
name="description"
content="Explore and save top-rated movies from your streaming providers, preferred genres and more."
data-rh="true"
/>
<!-- OpenGraph -->
<meta property="og:type" content="website" data-rh="true" />
<meta
property="og:title"
content="Discover your next favorite movie"
data-rh="true"
/>
<meta
property="og:description"
content="Explore and save top-rated movies from your streaming providers, preferred genres and more."
data-rh="true"
/>
<meta
property="og:image"
content="https://surprise.movie/og_image.png"
data-rh="true"
/>
<meta property="og:image:width" content="1200" data-rh="true" />
<meta property="og:image:height" content="630" data-rh="true" />
<meta property="og:url" content="https://surprise.movie" data-rh="true" />
<!-- Twitter -->
<meta
name="twitter:image"
content="https://surprise.movie/og_image.png"
data-rh="true"
/>
<meta name="twitter:card" content="website" data-rh="true" />
<meta
name="twitter:title"
content="Discover your next favorite movie"
data-rh="true"
/>
<meta
name="twitter:description"
content="Explore and save top-rated movies from your streaming providers, preferred genres and more."
data-rh="true"
/>
</head>
<body
class="font-inter scrollbar-thin scroll-smooth scrollbar-thumb-neutral-700 hover:scrollbar-thumb-neutral-700 active:scrollbar-thumb-neutral-400 scrollbar-track-neutral-500"
>
<div
id="root"
class="bg-gradient-to-tr from-black to-neutral-900 text-white min-h-[100dvh] flex flex-col"
></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>