easyctf-2017/web/pages/scoreboard.html

20 lines
445 B
HTML
Raw Normal View History

2015-12-27 04:50:52 +00:00
<center class="fade_in">
2016-01-02 02:57:40 +00:00
<h1 class="heading1">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>
2015-12-26 06:36:55 +00:00
</center>