File size: 289 Bytes
ba3e1ca
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}
{% block content %}

<div class = "container text-center">
    <h4 style="font-size: 400px;"><b>404</b></h4>
    <h4>The Dish you're looking for is not  here you can try <a href = "/" style="color: green;"><u>this page</u></a> instead</h4>
</div>

{% endblock %}