summaryrefslogtreecommitdiff
path: root/shopdb/app/templates/inventory.html
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2019-11-09 19:55:57 -0600
committerBlaise Thompson <blaise@untzag.com>2019-11-09 19:55:57 -0600
commitc99d2447b57d6e14a78013152a53bb4552a33bb7 (patch)
tree7abce49aa4a35e51ae43dd2cace880b611a5f93b /shopdb/app/templates/inventory.html
parent735f16fe70f6f1d182d42d1f5161fe2aebe6aa6d (diff)
pre-commit
Diffstat (limited to 'shopdb/app/templates/inventory.html')
-rw-r--r--shopdb/app/templates/inventory.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/shopdb/app/templates/inventory.html b/shopdb/app/templates/inventory.html
new file mode 100644
index 0000000..d995835
--- /dev/null
+++ b/shopdb/app/templates/inventory.html
@@ -0,0 +1,16 @@
+{% 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 %}