-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.38 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Compte à rebours DevFest 2015</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<div class="left top">Score</div>
<div id="timestamp" class="left bottom">775575757</div>
<div class="right top">Level</div>
<div class="right bottom">4</div>
</header>
<section>
<canvas width="1024px" height="700px" id="animation"></canvas>
</section>
<footer>
<div class="left big">DEVFEST 2015 @ NANTES</div>
<div class="right top">6 NOVEMBRE 2015 - CITE DES CONGRES</div>
<div class="right bottom">HTTPS://DEVFEST.GDGNANTES.COM</div>
<audio id="playlist" src="" style="display:none;" onended="DevFestCountDown.nextSong();"></audio>
</footer>
<script src="js/main.js"></script>
<div id="opacity">
<div id="devfestnantes">
<!--<img src="assets/images/logo.png" id="logo-technos"> -->
<div class="title">DevFest Nantes<br><br>2015<br><br><span id="press" class="green"><press start></span></div>
<div id="fakemouse"></div>
<!--<img src="assets/images/tshirt_final_xl.png" id="tour-bretagne"> -->
</div>
<video id="iovideo" src="video/io15-intro.mp4" onended="DevFestCountDown.endVideo();"></video>
</div>
</body>
</html>