summaryrefslogtreecommitdiff
path: root/views/base.html
diff options
context:
space:
mode:
authorJannick <[email protected]>2024-05-02 10:53:42 +0200
committerJannick <[email protected]>2024-05-02 10:53:42 +0200
commitce74a2c562a2d2f03a4fe1cf95316096676ebbb6 (patch)
tree25f67e6adf20be6262bf997c9e2970f7ed8406f0 /views/base.html
parentde9b1edd68b94700d5a8ff65eeef3ecede7c907a (diff)
Added leaderboard page
Added a button on the navbar, that'll take you to the leaderboard page. Added leaderboards.html as well as leaderboards.css
Diffstat (limited to 'views/base.html')
-rw-r--r--views/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/base.html b/views/base.html
index 13ac5ab..556a777 100644
--- a/views/base.html
+++ b/views/base.html
@@ -14,6 +14,7 @@
<ul class="navbar__links" role="navigation" aria-label="Main">
<li><a class="navbar__location" href="/index.html">About us</a></li>
<li><a class="navbar__location" href="/history.html">History</a></li>
+ <li><a class="navbar__location" href="/leaderboards.html">Leaderboards</a></li>
{% if not logged_in %}
<li><a class="navbar__location" href="/login">Log in</a></li>
<li><a class="navbar__location" href="/join_intro.html">Join</a></li>