Files
HeHe-Centiped/www/public_html/index.php
T
2016-07-02 15:57:34 +02:00

67 lines
2.5 KiB
PHP

<?php
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hehe rover - lot explorer</title>
<link rel="stylesheet" href="bower_components/normalize-css/normalize.css" media="screen" charset="utf-8">
<link href="bower_components/vis/dist/vis.min.css" rel="stylesheet" type="text/css" />
<link href="bower_components/leaflet/dist/leaflet.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/styles.css" media="screen" charset="utf-8">
</head>
<body class="teasing">
<div id="root">
<header id="header">
<h1>hehe, Exo Planete</h1>
</header>
<section id="timelaps">
<video id="timelapsvid" loop preload >
<!-- <source class="240p" src="videos/timelaps-240p.mp4?nocache=<?php echo time(); ?>" type="video/mp4">
<source class="360p" src="videos/timelaps-360p.mp4?nocache=<?php echo time(); ?>" type="video/mp4">
<source class="480p" src="videos/timelaps-480p.mp4?nocache=<?php echo time(); ?>" type="video/mp4">
<source class="720p" src="videos/timelaps-720p.mp4?nocache=<?php echo time(); ?>" type="video/mp4"> -->
<source class="1080p" src="videos/timelaps-1080p.mp4?nocache=<?php echo time(); ?>" type="video/mp4">
</video>
</section>
<!-- // pictures -->
<section id="timeline">
<!-- add viz.js here -->
</section>
<!-- timeline -->
<section id="mapout">
<!-- add leaflet map here -->
<!-- or a striped map https://bl.ocks.org/veltman/3ad474e52925d007b292eefbe676174d -->
</section>
<!-- map -->
<section id="mapin">
<!-- add leaflet map here -->
<!-- or a striped map https://bl.ocks.org/veltman/3ad474e52925d007b292eefbe676174d -->
</section>
<!-- map -->
<section id="teaser">
<div class="layer"></div>
<div class="popup">
<h1>Centiped</h1>
</div>
</section>
</div>
<!-- root -->
<script src="bower_components/jquery/dist/jquery.min.js" charset="utf-8"></script>
<script src="bower_components/vis/dist/vis.min.js"></script>
<script src="bower_components/leaflet/dist/leaflet.js"></script>
<script src="bower_components/leaflet-providers/leaflet-providers.js"></script>
<script src="js/dist/script.min.js" charset="utf-8"></script>
</body>
</html>