summaryrefslogtreecommitdiff
path: root/app/templates/inventory.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/inventory.html')
-rw-r--r--app/templates/inventory.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/templates/inventory.html b/app/templates/inventory.html
deleted file mode 100644
index d995835..0000000
--- a/app/templates/inventory.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "layout.html" %}
-{% block content %}
-
-<div class="header">
- <a class="logo">shopdb</a>
- <div class="header-right">
- <a href="jobs">jobs</a>
- <a class="active" href="inventory">inventory</a>
- </div>
-</div>
-
-<h1>inventory</h1>
-
-<p>This website was built with Python via the Flask framework.</p>
-
-{% endblock %}