From 4c42cbabd80a5bc4129cd490d16b64ca824dd277 Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Thu, 25 Jun 2020 22:14:07 +0530
Subject: Bumped Bootstrap version from 4.0 to 4.5, added favicon, modified
 header, added 404.html, added about me, modified base html

---
 app/templates/about.html | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 app/templates/about.html

(limited to 'app/templates/about.html')

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
-- 
cgit v1.2.3