There is now a Makefile because I learnt make syntax

This commit is contained in:
2025-10-19 21:19:13 +01:00
parent cb7dcde7c5
commit 66423cb3c0
7 changed files with 46 additions and 166 deletions

View File

@@ -1,4 +0,0 @@
/* Put any CSS you want in here, it will be applied to the whole website */
* {
font-family: sans-serif;
}