-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdraft.html
More file actions
39 lines (38 loc) · 1.31 KB
/
draft.html
File metadata and controls
39 lines (38 loc) · 1.31 KB
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
<!DOCTYPE html>
<html>
<head>
<title>FDH - Draft</title>
<link rel="stylesheet" type="text/css" href="css/draft.css" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400' rel='stylesheet' type='text/css'>
<!--jQuery-->
<script src="js/jquery.js"></script>
<script src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
</head>
<body>
<div id="draftList">
</div>
<div id="draft">
</div>
<div id="timer">
<input readonly id="countdown_clock" placeholder="00:00" value="05:00">
<div id="teamName"></div>
<input type="submit" id="timerButton" value="pause" class="timer-flat-button" />
</div>
<div id="pickin">
<input readonly id="pickisin" placeholder="Pick Is In" />
</div>
<div id="playerHighlights">
<video src="" id="playerHighlightReel" type="video/mp4">
</video>
</div>
<div id="pick">
<input readonly id="player" placeholder="player"/>
<input readonly id="playerTeam" placeholder="pTeam" />
<input readonly id="team" placeholder="team"/>
</div>
</body>
<script src="js/firebase.js"></script>
<script src="http://code.responsivevoice.org/develop/responsivevoice.src.js"></script>
<script src="js/tock.js"></script>
<script src="js/draft.js"></script>
</html>