First commit

This commit is contained in:
BRAMAS Arthur
2025-10-10 08:57:59 +02:00
commit 9106887146
17 changed files with 459 additions and 0 deletions

6
css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

10
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;;
}