diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-11-09 19:55:57 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-11-09 19:55:57 -0600 |
commit | c99d2447b57d6e14a78013152a53bb4552a33bb7 (patch) | |
tree | 7abce49aa4a35e51ae43dd2cace880b611a5f93b /app/templates/inventory.html | |
parent | 735f16fe70f6f1d182d42d1f5161fe2aebe6aa6d (diff) |
pre-commit
Diffstat (limited to 'app/templates/inventory.html')
-rw-r--r-- | app/templates/inventory.html | 16 |
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 %} |