From 735f16fe70f6f1d182d42d1f5161fe2aebe6aa6d Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 9 Nov 2019 19:41:30 -0600 Subject: initial commit --- app/templates/inventory.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app/templates/inventory.html (limited to 'app/templates/inventory.html') diff --git a/app/templates/inventory.html b/app/templates/inventory.html new file mode 100644 index 0000000..d995835 --- /dev/null +++ b/app/templates/inventory.html @@ -0,0 +1,16 @@ +{% extends "layout.html" %} +{% block content %} + +
+ +
+ jobs + inventory +
+
+ +

inventory

+ +

This website was built with Python via the Flask framework.

+ +{% endblock %} -- cgit v1.2.3