From 8a2fa50da499a3c578471cdbdfcfb3b3729e48b1 Mon Sep 17 00:00:00 2001
From: Killian <killian.delarue@gmail.com>
Date: Thu, 12 Dec 2019 00:02:25 +0100
Subject: [PATCH] update index

---
 htdocs/index.php | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/htdocs/index.php b/htdocs/index.php
index 3ece59d..9c2c8df 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -22,6 +22,13 @@ include("head.php");
                     echo "<p>Bienvenue $firstname $name</p>";
                 }
 
+                else{
+                    echo "<p>Bienvenue sur Adopte un prof</p>
+                    <p>Ici vous pourrez contacter un professeur pour des cours particulier ou vous même proposer
+                    des cours.</br>
+                    Inscrivez-vous ou connecter-vous pour marcher sur le chemin de la reussite!</p>";
+                }
+
                 if (isset($_POST['reset'])){
                     fill_table($bdd);
                 }
-- 
GitLab