You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
663 B
27 lines
663 B
5 months ago
|
<html>
|
||
|
<head>
|
||
|
<title>Leaderboard</title>
|
||
|
</head>
|
||
|
<body id="Leaderboard">
|
||
|
|
||
|
<div id="Header">
|
||
|
<h1> Leaderboard For </h1>
|
||
|
<h2 id="ContestName"> </h2>
|
||
|
</div>
|
||
|
|
||
|
<!-- table for leaderboard -->
|
||
|
<div id="LeaderTable">
|
||
|
<table>
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th> Rank </th>
|
||
|
<th> Name </th>
|
||
|
<th> Flags </th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody id="LeaderTBody">
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|