-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
63 lines (62 loc) · 1.02 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<title>Hack-A-Sat 3 Quals Data Dump</title>
<link href='statdump.css' media='all' rel='stylesheet'>
<meta charset='utf-8'>
</head>
<body>
<div id='content'>
<h1>Stat Dump for Hack-A-Sat 3 Qualifiers</h1>
<nav class='big'>
<ul>
<li>
<a href='challenges.html'>Challenges</a>
</li>
<li>
<a href='scoreboard.html'>Scoreboard</a>
</li>
<li>
<a href='teams.html'>Teams</a>
</li>
</ul>
</nav>
<h2>But that's not all!</h2>
<p>
We have JSON dumps of most of our tables for your processing pleasure.
</p>
<ul>
<li>
<a href='categories.json'>categories</a>
</li>
<li>
<a href='challenges.json'>challenges</a>
</li>
<li>
<a href='notices.json'>notices</a>
</li>
<li>
<a href='observations.json'>observations</a>
</li>
<li>
<a href='receipts.json'>receipts</a>
</li>
<li>
<a href='redemptions.json'>redemptions</a>
</li>
<li>
<a href='solutions.json'>solutions</a>
</li>
<li>
<a href='teams.json'>teams</a>
</li>
<li>
<a href='tickets.json'>tickets</a>
</li>
<li>
<a href='users.json'>users</a>
</li>
</ul>
</div>
</body>
</html>