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

View File

@@ -19,7 +19,7 @@
</form>
<br/>
<div id='site-name'>
<h1><%- config.site_name %></h2>
<h1><a id='home-page-link' href="/"><%= config.site_name %></a></h1>
</div>
<div id='site-description'>
<h2><%- config.site_description %></h2>