fancy table

This commit is contained in:
LinlyBoi
2023-12-11 01:46:24 +02:00
parent 569ecefe18
commit 451e51cdc1

View File

@@ -60,7 +60,10 @@
<br> <br>
<p id="sInfoId"></p> <p id="sInfoId"></p>
<p id="sInfoTime"></p> <p id="sInfoTime"></p>
<table id="scoreTable"> <table id="scoreTable" class="table">
<th scope="col">Name</th>
<th scope="col">ID</th>
<th scope="col">Score</th>
</table> </table>
<!-- End of quiz screen--> <!-- End of quiz screen-->
</div> </div>