Move HTML response to view package

This commit is contained in:
Marty Oehme 2025-06-06 13:14:23 +02:00
parent c3b88979a8
commit 9666f104a2
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 90 additions and 85 deletions

12
static/style.css Normal file
View file

@ -0,0 +1,12 @@
.card {
border: 1px solid #ccc;
padding: 10px;
margin: auto;
margin-bottom: 40px;
width: 600px;
}
.card-title {
font-size: 24px;
margin-bottom: 5px;
}