Taylor Courage db06888ecb - Changed relative HTML file paths to absolute
- Renamed 'trojan.js' to 'tools.js' for future compatibility

- Added placeholder team names to the game-adding screen
2025-03-03 21:46:44 -05:00

32 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/styles/primary.css" />
<link rel="stylesheet" href="/styles/data.css" />
<title>OPEN DIVISION DATA</title>
</head>
<body id="leaderBody">
<div id="informationContentPanel">
<h4>OPEN DIVISION</h4>
<h5>Max rank: Plat 3</h5>
<table id="informationTable">
<tr>
<td class="infoTableLeftColumn">No Data</td>
<td class="infoTableRightColumn">No Data</td>
</tr>
<tr>
<td class="infoTableLeftColumn">No Data</td>
<td class="infoTableRightColumn">No Data</td>
</tr>
<tr>
<td class="infoTableLeftColumn">No Data</td>
<td class="infoTableRightColumn">No Data</td>
</tr>
</table>
</div>
</body>
</html>