-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (26 loc) · 1.09 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>
<title>Hack and Tell Timer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-us" />
<meta name="ROBOTS" content="all" />
<meta name="googlebot" content="noodp" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta name="author" content="Andrew Gwozdziewycz" />
<link rel="shortcut icon" href="http://www.hackandtell.org/favicon.ico" type="image/x-icon" />
<link rel="icon" href="http://www.hackandtell.org/favicon.ico" type="image/x-icon" />
<link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="timer.css" />
</head>
<body>
<div id="wrapper" class="ok">
<div id="timer"></div>
</div>
<script src="jquery-1.10.1.min.js"></script>
<script src="jquery.fit.js" type="text/javascript"></script>
<script src="timer.js" type="text/javascript"></script>
<audio id="sound" src="clapping.mp3" autobuffer>
</audio>
</body>
</html>