changes stats to standings
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
|||||||
<li><a href="/index.html">Home</a></li>
|
<li><a href="/index.html">Home</a></li>
|
||||||
<li><a href="/signups.html">Sign-ups</a></li>
|
<li><a href="/signups.html">Sign-ups</a></li>
|
||||||
<li><a href="/reporting.html">Game Reporting</a></li>
|
<li><a href="/reporting.html">Game Reporting</a></li>
|
||||||
<li><a href="/stats.html">Stats</a></li>
|
<li><a href="/standings.html">Standings</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="navbar-end gap-2">
|
<div class="navbar-end gap-2">
|
||||||
|
|||||||
+1
-1
@@ -45,7 +45,7 @@
|
|||||||
<div class="flex flex-wrap gap-4">
|
<div class="flex flex-wrap gap-4">
|
||||||
<a href="signups.html" class="btn btn-primary">Sign Up to Play</a>
|
<a href="signups.html" class="btn btn-primary">Sign Up to Play</a>
|
||||||
<a href="reporting.html" class="btn btn-secondary">Report a Game</a>
|
<a href="reporting.html" class="btn btn-secondary">Report a Game</a>
|
||||||
<a href="stats.html" class="btn btn-accent">View Stats</a>
|
<a href="standings.html" class="btn btn-accent">View Standings</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Stats — Kingmaker</title>
|
<title>Standings — Kingmaker</title>
|
||||||
<link rel="stylesheet" href="/src/style.css" />
|
<link rel="stylesheet" href="/src/style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="min-h-screen flex flex-col">
|
<body class="min-h-screen flex flex-col">
|
||||||
Reference in New Issue
Block a user