1234567891011121314151617181920212223 |
- <!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>
|