From 9f55c1ecc97d223493ded4c8d81201d28308d3d7 Mon Sep 17 00:00:00 2001
From: abdoul aziz diallo <abdoul-aziz.diallo@etu.unistra.fr>
Date: Thu, 23 Mar 2023 14:41:50 +0100
Subject: [PATCH] Change /index.html to /index.php

---
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php
index bd8e61f..9f87c14 100644
--- a/index.php
+++ b/index.php
@@ -35,7 +35,7 @@ $allProject = $projects->getProjectBetween($start, $count);
 <body>
   <header>
     <!--I added this.-->
-    <a href="/index.html">Fellah</a>
+    <a href="/index.php">Fellah</a>
     <?php
     require_once './assets/templates/nav.php'
     ?>
-- 
GitLab