-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
60 lines (60 loc) · 1.78 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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
href="/src/assets/images/s-bahn-logo.svg"
type="image/svg+xml"
/>
<link
rel="icon"
sizes="192x192"
href="/assets/images/favicon/android-chrome-192x192.png"
type="image/png"
/>
<link
rel="apple-touch-icon"
href="/assets/images/favicon/apple-touch-icon.png"
/>
<link
rel="apple-touch-icon"
href="/assets/images/favicon/apple-touch-icon_precomposed.png"
/>
<link
rel="apple-touch-icon"
href="/assets/images/favicon/apple-touch-icon_57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="/assets/images/favicon/apple-touch-icon_76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="/assets/images/favicon/apple-touch-icon_120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="128x128"
href="/assets/images/favicon/apple-touch-icon_128x128.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="/assets/images/favicon/apple-touch-icon_152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="256x256"
href="/assets/images/favicon/apple-touch-icon_256x256.png"
/>
<title>S-Bahn München Live</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>