web/inter_choix.html
changeset 37 1f10a9688c1b
child 39 6605de5fe0bd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/inter_choix.html	Mon Dec 10 19:48:28 2012 +0100
@@ -0,0 +1,41 @@
+<!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 pointer" onClick="">
+		
+			<!--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 container_vcentering">
+					<div class="box_vcentering">
+						<p class="big_txt">3 ÉCRANS</p>
+						<p class="big_txt">CHOISISSEZ UN MOT PAR ÉCRANS</p>
+						<p class="big_txt">COMPOSEZ VOTRE FILM</p>
+					</div>
+			</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 src="static/res/js/ease.js"></script>        
+        <script src="static/res/js/incmosaic.js"></script>	
+	</body>
+</html>
\ No newline at end of file