add register page stub

This commit is contained in:
Yusur 2025-10-22 11:58:43 +02:00
parent f6cb4fed12
commit 792cce7973
4 changed files with 58 additions and 3 deletions

View file

@ -234,6 +234,10 @@ button.card {
border-radius: 1em;
}
:disabled {
opacity: .5;
}
article h1, article h2 {
font-weight: 500;
}