-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.29 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.29 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Öfter mal was neues!?</title>
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css">
<link href="styles.css?t=3" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="img/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#3a4653">
</head>
<body>
<div class="mode-switch" title="Abgeschlossene Einträge ausblenden/einblenden">
<input id="mode" type="checkbox" name="mode">
<label for="mode"></label>
</div>
<div class="container swiper-container" data-container>
<div class="swiper-wrapper" data-wrapper></div>
</div>
<noscript>JavaScript muss aktiv sein, um diese Seite zu verwenden!</noscript>
<script src="bundle.js"></script>
</body>
</html>