| author | veltr |
| Fri, 04 Jan 2013 18:13:55 +0100 | |
| changeset 66 | 331e70527d74 |
| parent 47 | dbd46ed42b0d |
| child 78 | 8c3f0b94d056 |
| permissions | -rw-r--r-- |
| 37 | 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 |
||
9 |
<!-- Mobile Specific Metas --> |
|
10 |
<meta name="viewport" content="initial-scale=1.0, width=device-width" /> |
|
11 |
||
12 |
<link rel="stylesheet" href="static/res/css/style_1024.css" /> |
|
13 |
<!-- stylesheet for ipad 3 |
|
14 |
<link rel="stylesheet" href="static/res/css/style_2048.css" /> |
|
15 |
--> |
|
16 |
||
17 |
</head> |
|
18 |
<body> |
|
19 |
<!-- div content - site takes the full height of browser --> |
|
20 |
<div id="content" class="full_screen"> |
|
21 |
||
22 |
<!--this div empty allows the element content_vcentering to be vertically aligned --> |
|
23 |
<div class="strut"></div><!-- |
|
24 |
this comment corrects the white-space (display: inline); |
|
25 |
--><section class="fullScreen_vcentering"> |
|
| 46 | 26 |
<video class="small_video" autoplay poster="/"> |
27 |
<!--<source src="http://dvvsyrlsr21oz.cloudfront.net/PROLOGUE-HD.mp4" type="video/mp4" />--> |
|
| 47 | 28 |
<source src="static/res/video/boucle/FOND1.mp4" type="video/mp4" /> |
|
41
f2123b4487e9
début écrans de choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
37
diff
changeset
|
29 |
<source src="/"type="video/webm" /> |
| 37 | 30 |
<p>Votre navigateur ne gère pas l'élément video @todo</p> |
31 |
</video> |
|
32 |
</section> |
|
33 |
</div> |
|
34 |
||
35 |
<!-- Metanav FranceTV --> |
|
36 |
<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script> |
|
|
42
01415303372e
écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
41
diff
changeset
|
37 |
<!-- JavaScript --> |
|
01415303372e
écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
41
diff
changeset
|
38 |
<script src="static/res/js/jquery-1.8.2.min.js"></script> |
|
01415303372e
écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
41
diff
changeset
|
39 |
<script> |
|
01415303372e
écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
41
diff
changeset
|
40 |
$(function() { |
|
01415303372e
écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
41
diff
changeset
|
41 |
$("video").bind("ended", function() { |
|
01415303372e
écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
41
diff
changeset
|
42 |
location.href = "inter_choix.html"; |
|
01415303372e
écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
41
diff
changeset
|
43 |
}); |
|
01415303372e
écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
41
diff
changeset
|
44 |
}); |
|
01415303372e
écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
41
diff
changeset
|
45 |
</script> |
|
01415303372e
écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
41
diff
changeset
|
46 |
|
| 37 | 47 |
</body> |
48 |
</html> |