Added tiling background, as well as img folder

This commit is contained in:
2026-06-02 18:24:16 +01:00
parent 57bfd63126
commit 195c70d526
2 changed files with 2 additions and 0 deletions

BIN
www/img/backgroundtile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -2,6 +2,8 @@ body {
/* Anything but light mode, please. */
background-color: #000000;
color: #FFFFFF;
background-image: url("/img/backgroundtile.png");
background-size: 10%;
}
.whspahTitle{