Initial commit

This commit is contained in:
Janis M
2022-03-26 11:26:10 +01:00
commit bfe995158e
18 changed files with 2843 additions and 0 deletions

22
static/auth.css Normal file
View File

@@ -0,0 +1,22 @@
h1{
text-align: center;
}
form{
display:block;
margin-left: auto;
margin-right: auto;
width: 500px;
}
form input{
width: 80%;
display:block;
margin-left: auto;
margin-right: auto;
height: 35px;
border-radius: 5px;
border: 2px solid rgb(0, 155, 194);
background-color: rgb(255, 255, 255);
margin-top: 20px;
}

3
static/style.css Normal file
View File

@@ -0,0 +1,3 @@
*{
font-family: Arial, Helvetica, sans-serif;
}