revamped sign-in, now that we have working checks

This commit is contained in:
Jacob Levine
2019-02-09 13:57:48 -06:00
parent 2c9951d2c9
commit 059509e018
8 changed files with 63 additions and 229 deletions

View File

@@ -14,7 +14,7 @@
<body>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<a href="../">Profile</a>
<a href="../profile">Profile</a>
<a href="#">Team</a>
<a href="../scout">Scout Matches</a>
<a href="../stats">Torunament Stats</a>
@@ -24,6 +24,7 @@
<img id="sideload" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Hamburger_icon.svg/1200px-Hamburger_icon.svg.png">
</span>
<h1 id="mainhead">TitanScout- Your Teams</h1>
<p id="status">Loading...</p>
</div>
</body>
</html>