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