aboutsummaryrefslogtreecommitdiff
path: root/app/templates/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/about.html')
-rw-r--r--app/templates/about.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/templates/about.html b/app/templates/about.html
new file mode 100644
index 0000000..d9e1c70
--- /dev/null
+++ b/app/templates/about.html
@@ -0,0 +1,7 @@
+{% extends 'base.html' %}
+
+{% block main %}
+ <h2>About Curie Web</h2>
+ <p>The Page you are looking for cannot be found</p>
+ <p>Go Back <a href="{{ url_for('home') }}">home</a></p>
+{% endblock %} \ No newline at end of file