Working prototype

This commit is contained in:
2025-05-13 14:19:37 +02:00
parent 2678372ced
commit d1adfe9f93
12 changed files with 491 additions and 0 deletions

11
static/style.css Normal file
View File

@@ -0,0 +1,11 @@
body {
font-family: sans-serif;
max-width: 800px;
margin: auto;
padding: 1em;
}
header {
background-color: #eee;
padding: 1em;
margin-bottom: 1em;
}