summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2021-11-26 11:40:07 +0800
committerFrederick Yin <fkfd@fkfd.me>2021-11-26 11:40:07 +0800
commite2b47c6084a5584bccc805c6d161ccbd58e5b257 (patch)
treeff14645db77d87f1512806236a17550e6f4c0e0c
parentf33814a04dd37c566eb87e4c6d1a2ac2a564818a (diff)
Add admin entrance on index page
-rw-r--r--jimbrella/templates/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/jimbrella/templates/index.html b/jimbrella/templates/index.html
index 9e88117..4c3c4d6 100644
--- a/jimbrella/templates/index.html
+++ b/jimbrella/templates/index.html
@@ -10,6 +10,16 @@
<div id="container">
<h3>Click or scan the QR codes below</h3>
+ <header>
+ <table class="tabs">
+ <tr>
+ <td class="tab"><a href="/admin">Admin</a></td>
+ <!--NYI for regular users-->
+ <!--<td class="tab"><a href="/login">Login</a></td>-->
+ <!--<td class="tab"><a href="/register">Register</a></td>-->
+ </tr>
+ </table>
+ </header>
<div class="tile-container">
<div class="tile blue">
<h2 class="banner-heading">Borrow</h2>