web/prologue.html
author veltr
Wed, 09 Jan 2013 16:50:32 +0100
changeset 74 250f19eed886
parent 47 dbd46ed42b0d
child 78 8c3f0b94d056
permissions -rw-r--r--
Merge with b01fbc3fcf3e2ffc6bbc59ac4f927d66c51a4885

<!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 class="small_video" autoplay poster="/">
	           		<!--<source src="http://dvvsyrlsr21oz.cloudfront.net/PROLOGUE-HD.mp4" type="video/mp4" />-->
	           		<source src="static/res/video/boucle/FOND1.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>