2019-02-06 23:51:58 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" dir="ltr">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title><meta charset="utf-8">
|
|
|
|
<title>titanscout</title>
|
|
|
|
<script src="https://www.gstatic.com/firebasejs/5.7.2/firebase.js"></script>
|
|
|
|
<script src="https://cdn.firebase.com/libs/firebaseui/3.5.1/firebaseui.js"></script>
|
|
|
|
<link type="text/css" rel="stylesheet" href="https://cdn.firebase.com/libs/firebaseui/3.5.1/firebaseui.css" />
|
|
|
|
<link rel="stylesheet" href="../style.css" type="text/css" />
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
|
|
|
|
<script type="text/javascript" src="scripts.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="mySidenav" class="sidenav">
|
|
|
|
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
|
2019-02-09 19:57:48 +00:00
|
|
|
<a href="../profile">Profile</a>
|
2019-02-06 23:51:58 +00:00
|
|
|
<a href="#">Team</a>
|
|
|
|
<a href="../scout">Scout Matches</a>
|
|
|
|
<a href="../stats">Torunament Stats</a>
|
|
|
|
</div>
|
2019-02-07 00:09:47 +00:00
|
|
|
<div id="main">
|
|
|
|
<span onclick="openNav()" id="topbar">
|
|
|
|
<img id="sideload" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Hamburger_icon.svg/1200px-Hamburger_icon.svg.png">
|
|
|
|
</span>
|
2019-02-09 19:57:48 +00:00
|
|
|
<h1 id="mainhead">TitanScout- Tournament Statistics</h1>
|
|
|
|
<p id="status">Loading...</p>
|
2019-03-08 05:26:30 +00:00
|
|
|
<div>
|
|
|
|
Live stats aren't ready let. Download the latest report.
|
|
|
|
</div>
|
2019-02-07 00:09:47 +00:00
|
|
|
</div>
|
2019-02-06 23:51:58 +00:00
|
|
|
</body>
|
|
|
|
</html>
|