Implement more tables, add more page templates, initial working db example

This commit is contained in:
2026-01-14 00:00:12 +02:00
parent bcbbef1a82
commit 1ecbdde2c0
41 changed files with 583 additions and 147 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

View File

@@ -50,21 +50,4 @@ footer {
}
.login-form {
background: gray;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 10px;
}
.login-form input[type="email"],input[type="password"] {
width: 95%;
}
.login-form input[type="submit"] {
width: 98%;
margin-top: 10px;
}

18
static/login.css Normal file
View File

@@ -0,0 +1,18 @@
.login-form {
background: gray;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 10px;
}
.login-form input[type="email"],input[type="password"] {
width: 95%;
}
.login-form input[type="submit"] {
width: 98%;
margin-top: 10px;
}