File size: 293 Bytes
14c1963
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "base.html" %}

{% block content %}

<div class="t404-exist">
    <h1> Whoops! Looks like the page doesn't exist. </h1>
    <br><br>
    <div class="image-404">
    <img src="../static/images/404.png" alt="404" width="50%" height="70%">
    </div>
    </div>

{% endblock content %}