From 7d62fcd858efd70d0227ffd41b5528dd818c10b8 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 7 Mar 2026 15:59:26 +0100 Subject: [PATCH] ajout d'une page 404 --- templates/404.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/404.html diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..d8085a4 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block content %} +
+

404 Not Found

+

Aucune page trouvee comportant cet url

+
+{% endblock content %}