forked from yancarlos4500/BrooklynHackers2015
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (23 loc) · 909 Bytes
/
index.html
File metadata and controls
34 lines (23 loc) · 909 Bytes
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
<html>
<head>
<title>Brooklyn Hackers</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="script.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="col-md-2 offset-md-2">
<div class="panel panel-primary">
<div class="panel-heading">Score</div>
<div class="panel-body">
<h1><center>0</center></h1>
</div>
</div>
</div>
<audio autoplay>
<!--<source src="music.mp3" type="audio/mpeg">-->
</audio>
<img id="Player" src="http://i.stack.imgur.com/rsH6n.png">
</body>
</html>