24 lines
519 B
HTML
24 lines
519 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Hehe rover - lot explorer</title>
|
|
</head>
|
|
<body>
|
|
<div class="root">
|
|
|
|
<section id="pictures">
|
|
<!-- add timelapse pictures -->
|
|
</section>
|
|
<section id="timeline">
|
|
<!-- add viz.js here -->
|
|
</section>
|
|
<section id="map">
|
|
<!-- add leaflet map here -->
|
|
<!-- or a striped map https://bl.ocks.org/veltman/3ad474e52925d007b292eefbe676174d -->
|
|
</section>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|