index.html 519 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Hehe rover - lot explorer</title>
  6. </head>
  7. <body>
  8. <div class="root">
  9. <section id="pictures">
  10. <!-- add timelapse pictures -->
  11. </section>
  12. <section id="timeline">
  13. <!-- add viz.js here -->
  14. </section>
  15. <section id="map">
  16. <!-- add leaflet map here -->
  17. <!-- or a striped map https://bl.ocks.org/veltman/3ad474e52925d007b292eefbe676174d -->
  18. </section>
  19. </div>
  20. </body>
  21. </html>