diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-06-25 22:14:07 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-06-25 22:14:07 +0530 |
commit | 4c42cbabd80a5bc4129cd490d16b64ca824dd277 (patch) | |
tree | 5b6b8e1e3d56714c477375f8c1e7f76722fd3e22 /app/templates/about.html | |
parent | f4ee116127642796caf93ffc4e3ee65cf9e09d20 (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.html | 7 |
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 |