-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 857 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
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="/building-ages-zurich/cesium/Widgets/widgets.css">
<script src="/building-ages-zurich/cesium/Cesium.js"></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Building Ages - Zurich</title>
<script type="module" crossorigin src="/building-ages-zurich/assets/index-4862337c.js"></script>
<link rel="stylesheet" href="/building-ages-zurich/assets/index-8a4c37f2.css">
</head>
<body>
<div id="years" style="display: none">
<input
type="range"
id="year"
name="year"
min="0"
max="10"
value="0"
step="1"
class="slider"
/>
<label for="year"></label>
</div>
<div id="app"></div>
</body>
</html>