Initial Commit

This commit is contained in:
2017-04-03 16:32:13 -05:00
commit 3b9efffc3f
63 changed files with 9642 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<div class="content">
<button onclick="window.location.href='/admin/votes'">Votes</button>
<button onclick="window.location.href='/admin/teams'">Teams</button>
<button onclick="window.location.href='/admin/games'">Games</button>
<button onclick="window.location.href='/admin/users'">Users</button>
</div>