aboutsummaryrefslogtreecommitdiff
path: root/app/templates/about.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-06-25 22:14:07 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-06-25 22:14:07 +0530
commit4c42cbabd80a5bc4129cd490d16b64ca824dd277 (patch)
tree5b6b8e1e3d56714c477375f8c1e7f76722fd3e22 /app/templates/about.html
parentf4ee116127642796caf93ffc4e3ee65cf9e09d20 (diff)
Bumped Bootstrap version from 4.0 to 4.5, added favicon, modified header, added 404.html, added about me, modified base html
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