Spaces:
Configuration error
Configuration error
| {% 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 %} | |