diff options
author | Frederick Yin <fkfd@fkfd.me> | 2021-11-26 11:40:07 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2021-11-26 11:40:07 +0800 |
commit | e2b47c6084a5584bccc805c6d161ccbd58e5b257 (patch) | |
tree | ff14645db77d87f1512806236a17550e6f4c0e0c /jimbrella | |
parent | f33814a04dd37c566eb87e4c6d1a2ac2a564818a (diff) |
Add admin entrance on index page
Diffstat (limited to 'jimbrella')
-rw-r--r-- | jimbrella/templates/index.html | 10 |
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> |