24 lines
687 B
HTML
24 lines
687 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<title>ADWD</title>
|
|
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
|
|
<link rel="stylesheet" href="node_modules/ol/ol.css" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<div id="map"></div>
|
|
|
|
<div class="controls">
|
|
<div id="time"></div>
|
|
<div class="input">
|
|
<input id="timeInput" step="300000" type="range" />
|
|
</div>
|
|
</div>
|
|
|
|
<script type="module" src="index.js"></script>
|
|
</body>
|
|
</html>
|