Create login form & handle auth

This commit is contained in:
William Bouzourène 2024-12-21 18:39:09 +01:00
parent ba1ced269c
commit d217d1c14b
6 changed files with 112 additions and 7 deletions

View file

@ -1,4 +1,9 @@
img#header-logo {
width: 200px;
height: 100px;
width: 60px;
height: 30px;
}
#login-card {
margin: auto;
max-width: 600px;
}