feat : mise en place d'un routeur et form de co OK

This commit is contained in:
Freedyx29
2025-10-10 10:59:19 +02:00
parent bd0f9430c1
commit 718812f299
6 changed files with 143 additions and 0 deletions

10
public/css/styles.css Normal file
View File

@@ -0,0 +1,10 @@
#formLogin{
background-color: rgb(232, 238, 239);
border:1px solid darkcyan;
border-radius: 10px;
padding: 15px;
}
td a {
color: white !important;;
}