-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (27 loc) · 820 Bytes
/
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
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="main.js"></script>
<script src="score.js"></script>
<script src="ui.js"></script>
<script src="performance_ui.js"></script>
<script src="judge_ui.js"></script>
<script src="judges_ui.js"></script>
<script src="score_ui.js"></script>
<script src="subscore_ui.js"></script>
<script src="cum_score_ui.js"></script>
<script src="rank_ui.js"></script>
<script src="time_ui.js"></script>
<script src="penalty_ui.js"></script>
<p>
All performances are given 3 minutes with a grace period of 10 seconds. </br>
</p>
<body>
<div id="sacrifice">
<h2> Sacrificial Poet</h2>
</div>
<div id="first_round">
<h2> First Round </h2>
</div>
<div id="second_round">
<h2> Second Round </h2>
</div>
</body>