|
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='transition.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 <div class="strut"></div><!-- |
|
37 this comment corrects the white-space (display: inline); |
|
38 --><div id="bg_img" class="fullScreen_vcentering"> |
|
39 <img id="bgimage" alt="The End, etc." src="static/res/img/menuBonus.jpg" /> |
|
40 </div> |
|
41 |
|
42 <div id="menuBonus" class="positionAbs"> |
|
43 <!--this div empty allows the element content_vcentering to be vertically aligned --> |
|
44 <div class="strut"></div><!-- |
|
45 this comment corrects the white-space (display: inline); |
|
46 --><div class="fullScreen_vcentering white big_txt"> |
|
47 <p><a href="int_fiction.html">Fiction</a></p> |
|
48 <p><a href="int_portraits.html">Portraits</a></p> |
|
49 <p><a href="int_music.html">Musique</a></p> |
|
50 <!--<p class="margin_huge black">Director's cut</p>--> |
|
51 </div> |
|
52 </div> |
|
53 </section> |
|
54 </div> |
|
55 |
|
56 <!-- JavaScript --> |
|
57 <script src="static/res/js/jquery-1.8.2.min.js"></script> |
|
58 |
|
59 </body> |
|
60 </html> |