-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (32 loc) · 913 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML>
<html>
<head>
<title>🧪 testen - der schnellste weg zum nächsten covid test in vorarlberg</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script async src="https://cdn.splitbee.io/sb.js" data-token="UY1FZ38HQT1Y"></script>
<script defer src="https://feedback.fish/ff.js?pid=d7ac22d2c51c18"></script>
</head>
<body>
<h1>🧪 testen</h1>
<h2>der schnellste weg zum nächsten covid test in vorarlberg</h2>
<button data-feedback-fish>
Feedback
</button>
<div class="container">
<section>
<h3>#1 ort wählen</h3>
<ul id="locations" class="locations"></ul>
</section>
<section>
<h3>#2 priorisieren</h3>
<ul id="selected" class="locations"></ul>
</section>
<section>
<h3>#3 terminübersicht</h3>
<ul id="dates"></ul>
</section>
</div>
<link rel="stylesheet" type="text/css" href="main.css" />
<script type="module" src="main.js"></script>
</body>
</html>