-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" media="screen" title="no title" charset="utf-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<link rel="stylesheet" href="style.css" media="screen" title="no title" charset="utf-8">
<script type="text/javascript" src="howler.min.js"></script>
<script type="text/javascript" src="forcetouch.js"></script>
</head>
<body>
<div class="container hidden">
<div class="col-xs-4">
<span id="label1" class="current">0.00</span>
</div>
<div class="col-xs-4">
<span id="label2">0.00</span>
</div>
<div class="col-xs-4">
<span id="label3">0.00</span>
</div>
<div class="col-xs-12">
<span id="button">Press Me</span>
</div>
</div>
<img src="crack.png" id="crack"/>
<script type="text/javascript" src="prank.js"></script>
</body>
</html>