From 51d46ff75981615c8670e1eec364dae139eb9e5f Mon Sep 17 00:00:00 2001 From: brongniart Date: Wed, 6 Nov 2024 18:46:55 +0100 Subject: [PATCH 1/2] routeur --- vue/login.php | 2 +- vue/signin.php | 2 +- vue/templates/login.html | 12 ++++++------ vue/templates/signin.html | 12 ++++++------ 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/vue/login.php b/vue/login.php index d1cf965..e6fea79 100644 --- a/vue/login.php +++ b/vue/login.php @@ -4,7 +4,7 @@ echo $twig->render('head.html.twig', array( 'title' => "Login", - 'style' => "../public/styles/styleLogin.css", + 'style' => "public/styles/styleLogin.css", )); echo $twig->render('bandeau.html.twig'); diff --git a/vue/signin.php b/vue/signin.php index fd0b8d7..4cef884 100644 --- a/vue/signin.php +++ b/vue/signin.php @@ -4,7 +4,7 @@ echo $twig->render('head.html.twig', array( 'title' => "Sign in", - 'style' => "../public/styles/styleSignin.css", + 'style' => "public/styles/styleSignin.css", )); echo $twig->render('bandeau.html.twig'); diff --git a/vue/templates/login.html b/vue/templates/login.html index 5f7ad01..e4cd68d 100644 --- a/vue/templates/login.html +++ b/vue/templates/login.html @@ -1,15 +1,15 @@
- user + user
@@ -24,7 +24,7 @@

Vous n'avez pas de compte?

- S'incrire + S'incrire
diff --git a/vue/templates/signin.html b/vue/templates/signin.html index b03014e..e46ea11 100644 --- a/vue/templates/signin.html +++ b/vue/templates/signin.html @@ -1,20 +1,20 @@
- user + user

▶ S'inscrire ◀

-
+