<!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>