From 18316e2c767f93278c150f399130f59e1cc80420 Mon Sep 17 00:00:00 2001 From: Paul Cancel <paul.cancel.etu@univ-lille.fr> Date: Sun, 10 Dec 2023 13:26:22 +0100 Subject: [PATCH] Update file index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index ba48297..d4ec3c6 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ </head> <body> <div class="topnav"> - <a class="active" href="./Index.html">Accueil</a> + <a class="active" href="./index.html">Accueil</a> <a href="./Pages/Projets.html">Mes projets</a> <a href="#presentation">Presentation</a> </div> -- GitLab