Fixed an issue with an incomplete example-config.json that made the

server not work at all.
Also added a default.css file
This commit is contained in:
deadvey
2025-10-24 12:28:22 +01:00
parent 66423cb3c0
commit 35163b5584
14 changed files with 105 additions and 131 deletions

16
webroot/default.css Normal file
View File

@@ -0,0 +1,16 @@
body {
max-width: 900px;
margin: auto;
}
#header {
text-align: center;
}
#post-edit img {
width: 20px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}