register page

This commit is contained in:
2024-09-28 23:27:44 +02:00
parent a8a913189e
commit 3924c87b93
3 changed files with 71 additions and 6 deletions

7
static/css/register.css Normal file
View File

@@ -0,0 +1,7 @@
.error {
color: red;
}
.ok {
color: green;
}