summaryrefslogtreecommitdiff
path: root/jimbrella/templates/index.html
diff options
context:
space:
mode:
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>