index.html 815 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html class="no-js" lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title>Timelapse Videos</title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content=
  9. "width=device-width, initial-scale=1">
  10. <link rel="apple-touch-icon" href="/apple-touch-icon.png">
  11. <!-- Place favicon.ico in the root directory -->
  12. </head>
  13. <body>
  14. <!--[if lt IE 8]>
  15. <p class="browserupgrade">
  16. You are using an <strong>outdated</strong> browser. Please
  17. <a href="http://browsehappy.com/">upgrade your browser</a> to improve
  18. your experience.
  19. </p>
  20. <![endif]-->
  21. <a href="east-cam.mp4">East Cam</a><br>
  22. <br>
  23. <a href="west-cam.mp4">West Cam</a>
  24. </body>
  25. </html>