first setup

This commit is contained in:
Bachir Soussi Chiadmi
2016-06-27 10:12:32 +02:00
parent e21113aba5
commit 442593e0b9
6 changed files with 142 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<!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>