From 706ca710f9a03e3fb468a6cbc8c28df592d09ede Mon Sep 17 00:00:00 2001 From: rubisalpha Date: Mon, 16 Mar 2026 15:32:11 +0000 Subject: [PATCH] Actualiser index.php --- index.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index c2f2edd..6cb5e35 100644 --- a/index.php +++ b/index.php @@ -1,9 +1,6 @@ - - - - - \ No newline at end of file +include __DIR__ . "/include/header.php"; +include __DIR__ . "/include/nav.php"; +include __DIR__ . "/main.php"; +include __DIR__ . "/include/footer.php";