ajout d'une page 404

This commit is contained in:
2026-03-07 15:59:26 +01:00
parent d4eb5dce28
commit 7d62fcd858

8
templates/404.html Normal file
View File

@@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block content %}
<div>
<h1>404 Not Found</h1>
<p>Aucune page trouvee comportant cet url</p>
</div>
{% endblock content %}