Add 404 and 500 page
This commit is contained in:
parent
386ef77e0f
commit
09a7bdfc76
5 changed files with 60 additions and 8 deletions
8
templates/404.html
Normal file
8
templates/404.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
{% block main %}
|
||||
<div class="mt-4 text-center">
|
||||
<h1>Oops ! This page does not exist</h1>
|
||||
<h2 class="fst-italic">404 NOT FOUND</h2>
|
||||
<a href="/" class="mt-3 btn btn-info">Back to home</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Reference in a new issue