simran12m commited on
Commit
14c1963
1 Parent(s): 5148d21

Create 404.html

Browse files
Files changed (1) hide show
  1. 404.html +13 -0
404.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {% extends "base.html" %}
2
+
3
+ {% block content %}
4
+
5
+ <div class="t404-exist">
6
+ <h1> Whoops! Looks like the page doesn't exist. </h1>
7
+ <br><br>
8
+ <div class="image-404">
9
+ <img src="../static/images/404.png" alt="404" width="50%" height="70%">
10
+ </div>
11
+ </div>
12
+
13
+ {% endblock content %}