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 @@