From cbe805902078195c374560c9000ac39b46975ed0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 21 Mar 2018 12:49:50 -0700 Subject: webface templates --- webface/templates/home.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 webface/templates/home.html (limited to 'webface/templates/home.html') diff --git a/webface/templates/home.html b/webface/templates/home.html new file mode 100644 index 00000000..d9cc34a2 --- /dev/null +++ b/webface/templates/home.html @@ -0,0 +1,32 @@ +{% extends "base.html" %} +{% block body %} + +

Salutations!

+ +Just mockups for now... + + + +{% endblock %} -- cgit v1.2.3