web/prologue.html
author Edwin Razafimahatratra <edwin@robotalismsoft.com>
Mon, 10 Dec 2012 20:55:18 +0100
changeset 38 cdbb56b876c9
parent 37 1f10a9688c1b
child 41 f2123b4487e9
permissions -rw-r--r--
mosaic effect loops

<!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="/">
	           		<sourcesrc="/"type="video/mp4" />
	           		<sourcesrc="/"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 -->				
	</body>
</html>