Implemented static folder

This commit is contained in:
2026-06-02 16:07:27 +01:00
parent 1f69f7921a
commit 4f6bd4dae2
4 changed files with 31 additions and 1 deletions

5
www/styles.css Normal file
View File

@ -0,0 +1,5 @@
body {
/* Anything but light mode, please. */
background-color: #000000;
color: #FFFFFF;
}