From 6256335ef802e2823ac0118c01c7fe31e38e7287 Mon Sep 17 00:00:00 2001 From: blendoit Date: Wed, 22 Jan 2020 18:17:38 -0800 Subject: Second commit. --- app/templates/yes.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/templates/yes.html (limited to 'app/templates/yes.html') diff --git a/app/templates/yes.html b/app/templates/yes.html new file mode 100644 index 0000000..b915221 --- /dev/null +++ b/app/templates/yes.html @@ -0,0 +1,17 @@ + + + +{% extends "base.html" %} +{% block content %} + +
+ + + +
+

yes, no?

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