From c99d2447b57d6e14a78013152a53bb4552a33bb7 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 9 Nov 2019 19:55:57 -0600 Subject: pre-commit --- shopdb/app/templates/inventory.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 shopdb/app/templates/inventory.html (limited to 'shopdb/app/templates/inventory.html') 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 %} + +
+ +
+ jobs + inventory +
+
+ +

inventory

+ +

This website was built with Python via the Flask framework.

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