From 797d98146596bfa3df3958c630f6fed0eda60394 Mon Sep 17 00:00:00 2001 From: Noe GARNIER Date: Mon, 21 Nov 2022 18:14:38 +0100 Subject: [PATCH] Mise a jour de lien de fichier --- WEB/Config/Config.php | 1 + WEB/View/src/pages/Enigme/palindrome.html | 11 +++++------ WEB/View/src/pages/Presentation.html | 2 +- WEB/index.php | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/WEB/Config/Config.php b/WEB/Config/Config.php index 67b8ee8f..472d461f 100644 --- a/WEB/Config/Config.php +++ b/WEB/Config/Config.php @@ -18,6 +18,7 @@ $vues['main'] = 'View/src/pages/Main.php'; $vues['presenation'] = 'View/src/pages/Presentation.html'; $vues['login'] = 'View/src/pages/LogSign/Login.php'; $vues['signUp'] = 'View/src/pages/LogSign/SignUp.php'; +$vues['enigme'] = 'View/src/pages/Enigme/palindrome.html'; //Error $vues['erreurSignUp'] = 'View/Error/ErreurSignUp.php'; diff --git a/WEB/View/src/pages/Enigme/palindrome.html b/WEB/View/src/pages/Enigme/palindrome.html index 35ea39d9..df90daf1 100644 --- a/WEB/View/src/pages/Enigme/palindrome.html +++ b/WEB/View/src/pages/Enigme/palindrome.html @@ -5,12 +5,11 @@ Palindrome - - + @@ -18,7 +17,7 @@
- home + home

@@ -88,7 +87,7 @@ print(estPalindrome("abba"))

- - + + diff --git a/WEB/View/src/pages/Presentation.html b/WEB/View/src/pages/Presentation.html index c901ba2b..731546e4 100644 --- a/WEB/View/src/pages/Presentation.html +++ b/WEB/View/src/pages/Presentation.html @@ -60,7 +60,7 @@
- + Next
diff --git a/WEB/index.php b/WEB/index.php index 9c18317b..f9b9620d 100644 --- a/WEB/index.php +++ b/WEB/index.php @@ -1,6 +1,6 @@