From f82a630d14a453df81c34b48f460e57b28663f79 Mon Sep 17 00:00:00 2001 From: Loris BALOCCHI Date: Sun, 9 Jun 2024 15:56:00 +0200 Subject: [PATCH] Edition du login/register Co-authored-by: Charpentier Juliette --- account/login/index.php | 49 ++++++++++++++++++++++++ account/{my => profile}/index.php | 0 account/register/index.php | 63 +++++++++++++++++++++++++++++++ 3 files changed, 112 insertions(+) create mode 100644 account/login/index.php rename account/{my => profile}/index.php (100%) create mode 100644 account/register/index.php diff --git a/account/login/index.php b/account/login/index.php new file mode 100644 index 0000000..ab2afde --- /dev/null +++ b/account/login/index.php @@ -0,0 +1,49 @@ + + + + + + + + + + + + + Connexion | Jeux Olympiques - Paris 2024 + + + + + + + + + + + + + \ No newline at end of file diff --git a/account/my/index.php b/account/profile/index.php similarity index 100% rename from account/my/index.php rename to account/profile/index.php diff --git a/account/register/index.php b/account/register/index.php new file mode 100644 index 0000000..055e450 --- /dev/null +++ b/account/register/index.php @@ -0,0 +1,63 @@ + + + + + + + + + + + + + Nouveau compte | Jeux Olympiques - Paris 2024 + + + + + + + + + + + + + \ No newline at end of file