@ -22,14 +22,14 @@
< a class = "material-icons p-0 m-0" id = "home" href = "index.php?action=goToHome" style = "font-size: 30px; color: white; text-decoration:none; width: fit-content;" > home< / a >
< / div >
< div class = "col d-flex justify-content-center align-content-center" >
< h2 class = "text-uppercase font-weight-bold text-center" id = "h2" style = "width:fit-content;" > Sign Up < / h2 >
< h2 class = "text-uppercase font-weight-bold text-center" id = "h2" style = "width:fit-content;" > Inscription < / h2 >
< / div >
< div class = "col-2" > < / div >
< / div >
< form action = "index.php?action=signUp" method = "POST" >
< div class = "user-box mb-5 position-relative" >
< input type = "text" id = "username" name = "username" required = "" >
< label > Username < / label >
< label > Nom d'utilisateur < / label >
< / div >
< div class = "user-box mb-5 position-relative" >
< input type = "text" id = "email" name = "email" required = "" / >
@ -37,7 +37,7 @@
< / div >
< div class = "user-box mb-5 position-relative" >
< input type = "password" id = "password" name = "password" required = "" / >
< label > Password < / label >
< label > Mot de passe < / label >
< / div >
< div class = "d-flex justify-content-center mt-5" >
< button class = "py-2 px-3" type = "submit" >
@ -45,7 +45,7 @@
< span > < / span >
< span > < / span >
< span > < / span >
Submit
Envoyer
< / button >
< / div >
< / form >