From 4c42cbabd80a5bc4129cd490d16b64ca824dd277 Mon Sep 17 00:00:00 2001 From: Navan Chauhan 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/404.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/templates/404.html (limited to 'app/templates/404.html') diff --git a/app/templates/404.html b/app/templates/404.html new file mode 100644 index 0000000..a4e9644 --- /dev/null +++ b/app/templates/404.html @@ -0,0 +1,7 @@ +{% extends 'base.html' %} + +{% block main %} +

Oh Snap! Error 404

+

The Page you are looking for cannot be found

+

Go Back home

+{% endblock %} \ No newline at end of file -- cgit v1.2.3