-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 1.71 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
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
/>
<meta name="theme-color" content="#064E3B" />
<meta name="color-scheme" content="light" />
<title>Schichtkalender für Bosch Reutlingen</title>
<meta
name="description"
content="Inoffizieller Schichtkalender für Bosch Reutlingen.
Listet alle Kontischichten von Bosch Reutlingen auf."
/>
<meta name="application-name" content="Schichtkalender Bosch RtP1" />
<link
rel="manifest"
href="/manifest.webmanifest"
crossorigin="use-credentials"
/>
<meta name="generator" content="Preact" />
<meta
name="keywords"
content="Schichtkalender,Bosch,Reutlingen,Kontischicht,Kalender"
/>
<link rel="author" href="https://christopher-astfalk.de/" />
<meta name="author" content="Christopher Astfalk" />
<meta name="creator" content="Christopher Astfalk" />
<meta name="publisher" content="Christopher Astfalk" />
<link rel="canonical" href="https://schichtkalender.app/" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Schichtkalender" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="48x48" />
<link
rel="apple-touch-icon"
href="/apple-icon.png"
type="image/png"
sizes="180x180"
/>
<script prerender type="module" src="/src/index.tsx"></script>
</head>
<body class="bg-white font-sans text-gray-950">
<div id="app" class="min-h-dvh"></div>
</body>
</html>