web/menu_bonus.html
changeset 92 ab0871ca8819
parent 91 d39165ca9f1e
child 93 7c37aaa2a8ae
--- a/web/menu_bonus.html	Mon Jan 21 18:23:40 2013 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-<!DOCTYPE html>
-<html lang="fr">
-	<head>
-		<meta charset="utf-8">
-		<title>The End - @todo</title>
-		
-		<meta name="description" content="@todo">
-		<link rel="icon" href="static/res/img/favicon.ico" />		
-
-		<!-- Mobile Specific Metas -->		
-		<meta name="viewport" content="user-scalable=no">
-		<!--
-		<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width" />
-		-->
-
-		<!-- Test Smartphone  -->
-	    <script src="static/res/js/incdetectmobile.js"></script>        
-		<script>
-			if (IsSmartphone()) { location.href = "mindex.html"; }	
-		</script>
-		<!-- Metanav FranceTV 	-->
-		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
-
-		<link rel="stylesheet" href="static/res/css/style_1024.css" />
-
-	</head>
-	<body>
-		<!-- div content - site takes the full height of browser -->			
-		<div id="content" class="full_hightScreen">			
-			<div class="btnReturn">	
-	       		<button id="btnChoice" class="btn" onClick="location.href='transition.html';">Choice</button>                   		
-			</div>
-
-			<!--this div empty allows the element content_vcentering to be vertically aligned -->
-			<section class="full_hightScreen">
-				<div class="strut"></div><!--
-				this comment corrects the white-space (display: inline);
-				--><div id="bg_img" class="fullScreen_vcentering">
-		    		<img id="bgimage" alt="The End, etc." src="static/res/img/menuBonus.jpg" />
-				</div>	
-			
-				<div id="menuBonus" class="positionAbs">
-					<!--this div empty allows the element content_vcentering to be vertically aligned -->
-					<div class="strut"></div><!--
-					this comment corrects the white-space (display: inline);
-					--><div class="fullScreen_vcentering white big_txt">
-						<p><a href="int_fiction.html">Fiction</a></p>
-						<p><a href="int_portraits.html">Portraits</a></p>
-						<p><a href="int_music.html">Musique</a></p>
-						<!--<p class="margin_huge black">Director's cut</p>
-						<p><a href="int_film.html">Film</a></p>-->
-					</div>
-				</div>
-			</section>
-		</div>
-
-		<!-- JavaScript -->
-        <script src="static/res/js/jquery-1.8.2.min.js"></script>        							
-	
-	</body>
-</html>
\ No newline at end of file