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.
39 lines
1.3 KiB
39 lines
1.3 KiB
<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>League</title>
|
|
<link rel="stylesheet" type="text/css" href="../css/league.css" id="pagesheet"/>
|
|
<script src='../js/league.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 id="TableWrapper" >
|
|
<table id="LeagueTable" class="">
|
|
|
|
|
|
</table>
|
|
</div>
|
|
<div class="sideWrapper">
|
|
<div class="button active" onclick="toggleTab(this, this.parentNode.children[1])">
|
|
<span class="tab">
|
|
Results
|
|
</span>
|
|
</div>
|
|
<div class="button scheduleBt" onclick="toggleTab(this, this.parentNode.children[0])">
|
|
<span class="tab">
|
|
Schedule
|
|
</span>
|
|
</div>
|
|
<div class="bg_div">
|
|
<div class="hidden schedule" id="schedule">
|
|
</div>
|
|
<div class="results active" id="results">
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|