easyctf-2017/web/pages/scoreboard.html
2015-12-26 01:36:55 -05:00

19 lines
378 B
HTML

<center>
<h1>Scoreboard</h1>
<table class="table">
<thead>
<tr>
<th>#</th>
<th>Team Name</th>
<th>School</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Charles Is The Best</td>
<td>pg</td>
</tr>
</tbody>
</table>
</center>