web/int_fiction.html
changeset 92 ab0871ca8819
parent 91 d39165ca9f1e
child 93 7c37aaa2a8ae
equal deleted inserted replaced
91:d39165ca9f1e 92:ab0871ca8819
     1 <!DOCTYPE html>
       
     2 <html lang="fr">
       
     3 	<head>
       
     4 		<meta charset="utf-8">
       
     5 		<title>The End - @todo</title>
       
     6 		
       
     7 		<meta name="description" content="@todo">
       
     8 		<link rel="icon" href="static/res/img/favicon.ico" />		
       
     9 
       
    10 		<!-- Mobile Specific Metas -->		
       
    11 		<meta name="viewport" content="user-scalable=no">
       
    12 		<!--
       
    13 		<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width" />
       
    14 		-->
       
    15 
       
    16 		<!-- Test Smartphone  -->
       
    17 	    <script src="static/res/js/incdetectmobile.js"></script>        
       
    18 		<script>
       
    19 			if (IsSmartphone()) { location.href = "mindex.html"; }	
       
    20 		</script>
       
    21 		<!-- Metanav FranceTV 	-->
       
    22 		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
       
    23 
       
    24 		<link rel="stylesheet" href="static/res/css/style_1024.css" />
       
    25 
       
    26 	</head>
       
    27 	<body>
       
    28 		<!-- div content - site takes the full height of browser -->			
       
    29 		<div id="content" class="full_hightScreen">			
       
    30 			<div class="btnReturn">	
       
    31 	       		<button id="btnChoice" class="btn" onClick="location.href='menu_bonus.html';">Choice</button>                   		
       
    32 			</div>
       
    33 
       
    34 			<!--this div empty allows the element content_vcentering to be vertically aligned -->
       
    35 			<section class="full_hightScreen">
       
    36 			
       
    37 				<div id="menuBonus" class="positionAbs">
       
    38 					<!--this div empty allows the element content_vcentering to be vertically aligned -->
       
    39 					<div class="strut"></div><!--
       
    40 					this comment corrects the white-space (display: inline);
       
    41 					--><div class="fullScreen_vcentering white big_txt">
       
    42 						<p>Prochainement</p>
       
    43 					</div>
       
    44 				</div>
       
    45 			</section>
       
    46 		</div>
       
    47 
       
    48 		<!-- JavaScript -->
       
    49         <script src="static/res/js/jquery-1.8.2.min.js"></script>        							
       
    50 	
       
    51 	</body>
       
    52 </html>