summaryrefslogtreecommitdiff
path: root/jimbrella/templates/index.html
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2021-10-20 15:43:26 +0800
committerFrederick Yin <fkfd@fkfd.me>2021-10-20 15:43:26 +0800
commit27c8be28e00fbf110143d4bc4b949c610f704639 (patch)
treedce8afd0784cc0b6b7ea9f4675fc52cfd8416690 /jimbrella/templates/index.html
parente6e8e5e2388c54d1e177d6e72f37aa37a79cb75f (diff)
Update frontend, is more informational and pretty
Diffstat (limited to 'jimbrella/templates/index.html')
-rw-r--r--jimbrella/templates/index.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/jimbrella/templates/index.html b/jimbrella/templates/index.html
deleted file mode 100644
index 00036fc..0000000
--- a/jimbrella/templates/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>JI Umbrella</title>
- <link rel="stylesheet" href="static/jimbrella.css" />
- </head>
- <body>
- <div id="container">
- <h1>JI Umbrella Overview</h1>
- <table class="overview">
- <tr>
- <td>Total</td>
- <td>Available</td>
- <td>Lent</td>
- <td>Overdue</td>
- </tr>
- <tr>
- <td>{{ total }}</td>
- <td>{{ available }}</td>
- <td>{{ lent }}</td>
- <td>{{ overdue }}</td>
- </tr>
- </table>
- </div>
- </body>
-</html>