summaryrefslogtreecommitdiff
path: root/tmpl/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/login.html')
-rw-r--r--tmpl/login.html21
1 files changed, 17 insertions, 4 deletions
diff --git a/tmpl/login.html b/tmpl/login.html
index af69519..1f8e89b 100644
--- a/tmpl/login.html
+++ b/tmpl/login.html
@@ -20,9 +20,25 @@
<header>
<div class="header-content">
<div class="header-left">
- <h1><a id="site-title" href="/">CCA Selection System</a></h1>
+ <h1><a id="site-title" href="./">CCA Selection System</a></h1>
</div>
<div class="header-middle">
+ <nav>
+ <ul>
+ <li>
+ <a href="./">Home</a>
+ </li>
+ <li>
+ <a href="./docs/">Docs</a>
+ </li>
+ <li>
+ <a href="./iadocs/">IA Docs</a>
+ </li>
+ <li>
+ <a href="./src/">Source</a>
+ </li>
+ </ul>
+ </nav>
</div>
<div class="header-right">
<p>Unauthenticated</p>
@@ -42,9 +58,6 @@
</p>
</div>
</main>
- <footer>
- CCA Selection System, licensed under the GNU Affero General Public License, version 3.0 or any later version. Source code available at <a href="{{.source}}"><code>{{.source}}</code></a>.
- </footer>
</body>
</html>
{{- end -}}