-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (46 loc) · 1.47 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
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE>
<html>
<!--[if lt IE 7]-> <html lang="en-us" class="no-js ie6"> <![endif]-->
<!--[if IE 7]-> <html lang="en-us" class="no-js ie7"> <![endif]-->
<!--[if IE 8]-> <html lang="en-us" class="no-js ie8"> <![endif]-->
<!--[if gt IE 8]--> <html lang="en-us" class="no-js"> <!--<![endif]-->
<head>
<title>CLICK</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>
<link rel="icon" type="image/png" href="images/favicon.png"/>
<script type="text/javascript" src="./js/jquery-1.10.2.min.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="wrapper">
<p class="time">60</p>
<p class="infoGame"></p>
<p class="score">0</p>
<div class="wrapper">
<p class="best"></p>
<div id="clown"></div>
<div id ="tutoClown"><p class="explain" ></p></div>
<div id="pepito"></div>
<div id="tryagain"></div>
</div>
</div>
<div id="bonuses">
<div class="popcorn"></div>
<div class="prixp"></div>
<div class="soda"></div>
<div class="prixs"></div>
<div class="icecream"></div>
<div class="prixi"></div>
<div class="vip"></div>
<div class="prixv"></div>
</div>
<div id="tutoBonus">
<div id ="tutoPopcorn">
<p class="explain1" ></p>
</div>
</div>
</body>
<script type="text/javascript" src="./js/functions.js"></script>
<script type="text/javascript" src="./js/app.js"></script>
</html>