-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (56 loc) · 4.56 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
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta name="google-site-verification" content="zC5JmhN2pWIJw95WATvD9Rbq3_wbKj6dwULjJtCeAtI" />
<meta charset="UTF-8" />
<title>KIT Vorlesungs Roulette</title>
<meta content="Random KIT Vorlesung" name="description">
<!-- <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">-->
<link color="#222222" href="/pwa-icons/manifest-icon-512.png" rel="mask-icon">
<meta content="#333333" name="theme-color">
<link href="/favicon.png" rel="icon" type="image/png">
<link href="/pwa-icons/apple-icon-180.png" rel="apple-touch-icon">
<meta content="yes" name="apple-mobile-web-app-capable">
<link href="/pwa-icons/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and
(orientation: portrait)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and
(orientation: landscape)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-1668-2388.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (
orientation: portrait)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-2388-1668.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (
orientation: landscape)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (
orientation: portrait)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-2048-1536.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (
orientation: landscape)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (
orientation: portrait)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-2224-1668.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (
orientation: landscape)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-1620-2160.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (
orientation: portrait)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-2160-1620.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (
orientation: landscape)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-1284-2778.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (o
rientation: portrait)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-2778-1284.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (o
rientation: landscape)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-1170-2532.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (o
rientation: portrait)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-2208-1242.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (o
rientation: landscape)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-750-1334.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (or
ientation: portrait)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (or
ientation: landscape)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (or
ientation: portrait)" rel="apple-touch-startup-image">
<link href="/pwa-icons/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (or
ientation: landscape)" rel="apple-touch-startup-image">
</head>
<body>
<div id="app"></div>
<script src="/src/main.ts" type="module"></script>
</body>
</html>