Added User Authentification and static/css/login.css

This commit is contained in:
2025-01-17 17:48:55 +01:00
parent 34af915fe9
commit 7cbd2fe8dd
4 changed files with 35 additions and 1 deletions

4
static/css/login.css Normal file
View File

@@ -0,0 +1,4 @@
/*This is the Stylesheet for the Login Screen*/
body {
background-color: #da1f3d;
}