Create login form & handle auth

This commit is contained in:
William Bouzourène 2024-12-21 18:39:09 +01:00
parent cd783fb546
commit af5528f60c
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
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;
}