From 66c391a5de5de08aed966c5d768aa7bc33b546c8 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Wed, 18 Feb 2026 18:32:13 +0100 Subject: [PATCH] Ajout d'une page 404 multilingue (FR/EN/AR) --- src/pages/404.astro | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/pages/404.astro diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..ca1ad16 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,39 @@ +--- +import Layout from "../layouts/main.astro"; +--- + + +
+

+ 404 +

+ +

+ Cette page n'existe pas. +

+ + + Retour à l'accueil + +
+
+ +