From f4a7265be6b4b9c4eedad561a8ed26cd8b7003b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 3 Oct 2025 18:55:14 +0200 Subject: feat(backend): handle 404 --- backend/templates/404.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 backend/templates/404.html (limited to 'backend/templates/404.html') diff --git a/backend/templates/404.html b/backend/templates/404.html new file mode 100644 index 0000000..0655652 --- /dev/null +++ b/backend/templates/404.html @@ -0,0 +1,15 @@ +{{ define "body" }} +
+

Oh non, je crois que tu t'es perdu :(

+

+ Tu as des liens en haut pour retrouver ton chemin :3 +

+

+ Si tu penses que c'est un bug, hésite pas à ouvrir une issue sur + GitHub :D +

+

+ (enfin, sauf si tu as un compte sur ma forge, mais ça m'étonnerait...) +

+
+{{ end }} \ No newline at end of file -- cgit v1.2.3