-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (37 loc) · 1.69 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
<!DOCTYPE HTML>
<head>
<meta charset="utf-8">
<title>Run Away</title>
<link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
<link href="css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
</head>
<body>
<div class="container">
<div class="row">
<h2 class="text-center" id="description">Click on the box as fast as you can until you win.</h2>
</div>
<div class="row">
<h1 id="start" class="text-center start-game">START GAME</h1>
</div>
<div class="row">
<h4 id="top-clicks"></h4>
<div class="collapse" id="gameon-header">
<div class="col-lg-4 col-md-4 col-xs-4">
<h4 id="clicks">Clicks to levelup: </h4>
</div>
<div class="col-lg-4 col-md-4 col-xs-4">
<h4 id="timer">Time left: 10000</h4>
</div>
<div class="col-lg-4 col-md-4 col-xs-4">
<h4 id="level">Level: 1</h4>
</div>
</div>
</div>
<div class="position runaway-box second-selector collapse"></div>
<!-- <div class="special-box special-box-position"></div> -->
</div>
<script src="js/jquery-3.0.0.min.js" integrity="sha256-JmvOoLtYsmqlsWxa7mDSLMwa6dZ9rrIdtrrVYRnDRH0=" crossorigin="anonymous"></script>
<script src="js/scripts.js"></script>
</body>