web/prologue.html
author Edwin Razafimahatratra <edwin@robotalismsoft.com>
Tue, 11 Dec 2012 19:49:17 +0100
changeset 44 f905a56cc7e6
parent 42 01415303372e
child 46 542252e0c615
permissions -rw-r--r--
css tweak

<!DOCTYPE html>
<html lang="fr">
	<head>
		<meta charset="utf-8">
		<title>The End - @todo</title>
		
		<meta name="description" content="@todo">
		
		<!-- Mobile Specific Metas -->
		<meta name="viewport" content="initial-scale=1.0, width=device-width" />
		
		<link rel="stylesheet" href="static/res/css/style_1024.css" /> 
		<!-- stylesheet for ipad 3 
		<link rel="stylesheet" href="static/res/css/style_2048.css" /> 
		-->
		
	</head>
	<body>
		<!-- div content - site takes the full height of browser -->	
		<div id="content" class="full_screen">
				
			<!--this div empty allows the element content_vcentering to be vertically aligned -->
			<div class="strut"></div><!--
			this comment corrects the white-space (display: inline);
			--><section class="fullScreen_vcentering">
	            <video autoplay poster="/">
	           		<source src="static/res/video/boucle/FOND2.mp4"type="video/mp4" />
	           		<source src="/"type="video/webm" />
	  				<p>Votre navigateur ne gère pas l'élément video @todo</p>
				</video>
			</section>
		</div>	

		<!-- Metanav FranceTV 	-->
		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
		<!-- JavaScript -->
        <script src="static/res/js/jquery-1.8.2.min.js"></script> 
        <script>        
            $(function() {
				$("video").bind("ended", function() {
					location.href = "inter_choix.html";
				});
            });
        </script>               

	</body>
</html>