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.
29 lines
951 B
29 lines
951 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
|
|
<meta name="generator" content="2018.1.0.386"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<link rel="shortcut icon" href="images/favicon.ico"/>
|
|
<title>Leagues</title>
|
|
<link rel="stylesheet" type="text/css" href="css/leagues.css" id="pagesheet"/>
|
|
<script src='js/leagues.js'></script>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
|
|
</head>
|
|
<body>
|
|
<div class="CreateButton" onclick="goTo()">
|
|
<span>Create</span>
|
|
</div>
|
|
<div id="TableWrapper" >
|
|
<table id="LeaguesTable">
|
|
<tr>
|
|
<th id="LeagueHeader">League</th>
|
|
<th id="PlayerHeader">Players</t>
|
|
</tr>
|
|
|
|
</table>
|
|
<div>
|
|
</body>
|
|
|
|
|
|
</html></html> |