-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (21 loc) · 884 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
<link rel="stylesheet" href="content/styles.css">
</head>
<body>
<h1>Deine heutigen Termine</h1>
<aside class="next-meeting">Nächster Termin in <strong>34 Minuten</strong></aside>
<main id="meeting-block-container">
</main>
<script src="typescript/script.js"></script>
<!--<script type="module" src="rescript/src/Demo.bs.js"></script>-->
<!--<script src="elm/elm.js"></script>
<script>
Elm.Main.init({ node: document.getElementById("meeting-block-container") });
</script>-->
</body>
</html>