index.php 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Hehe rover - lot explorer</title>
  6. <link rel="stylesheet" href="bower_components/normalize-css/normalize.css" media="screen" charset="utf-8">
  7. <link rel="stylesheet" href="css/styles.css" media="screen" charset="utf-8">
  8. </head>
  9. <body>
  10. <div id="root">
  11. <header id="header">
  12. <h1>Lot Explorer</h1>
  13. </header>
  14. <section id="pictures">
  15. <!-- add timelapse pictures -->
  16. <!-- <img src="pictures/hehe-20160612-175853.jpg" alt="" /> -->
  17. <!-- <?php //include('timelaps.inc.php') ?> -->
  18. <video autoplay poster="posterimage.jpg">
  19. <source src="videos/timelaps-240p.mp4" type="video/mp4">
  20. <source src="videos/timelaps-360p.mp4" type="video/mp4">
  21. <source src="videos/timelaps-480p.mp4" type="video/mp4">
  22. <source src="videos/timelaps-720p.mp4" type="video/mp4">
  23. <source src="videos/timelaps-1080p.mp4" type="video/mp4">
  24. </video>
  25. </section>
  26. <section id="timeline">
  27. <!-- add viz.js here -->
  28. </section>
  29. <section id="map">
  30. <!-- add leaflet map here -->
  31. <!-- or a striped map https://bl.ocks.org/veltman/3ad474e52925d007b292eefbe676174d -->
  32. </section>
  33. </div>
  34. <script src="bower_components/jquery/dist/jquery.min.js" charset="utf-8"></script>
  35. <script src="js/script.js" charset="utf-8"></script>
  36. </body>
  37. </html>