generated from karugamo/react-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (32 loc) · 1.25 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
<html lang="de-DE">
<head>
<title>Was soll ich auf Netflix schauen? | Roulette für Netflix-Filme</title>
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
<link rel="manifest" href="/static/site.webmanifest">
<meta name="description"
content="Weißt nicht was du schauen sollst auf Netflix? Lass unser Roulette Dir zufällige Netflix-Filme anzeigen mit Rating und Filtern." />
<style>
html,
body {
background-color: #eff0ec;
margin: 0;
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto,
'Helvetica Neue', Arial, sans-serif;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
</head>
<body>
<div id="root"></div>
<script src="./index.tsx"></script>
<script type="text/javascript">
window.sc_project = 12434818;
window.sc_invisible = 1;
window.sc_security = "aa28f4fa";
window.sc_https = 1;
</script>
<script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async defer></script>
</body>
</html>