Basics of a web interface
Some checks failed
Build / build (push) Failing after 1h10m17s

This commit is contained in:
2025-03-12 08:43:07 +01:00
parent 53aaf09c76
commit 6fd1850e20
10 changed files with 165 additions and 108 deletions

9
static/style.css Normal file
View File

@@ -0,0 +1,9 @@
body {
background-color: black;
color: white;
font-family: sans-serif;
}
h1 {
text-transform: uppercase;
}