1
0
Fork 0

HTTP listener placeholding

This commit is contained in:
Lauren Toivanen 2025-05-18 08:13:56 +03:00
parent 0c1485ecba
commit 6de8d527de
7 changed files with 166 additions and 1 deletions

9
static/style.css Normal file
View file

@ -0,0 +1,9 @@
body {
font-family: Tahoma, Verdana, sans-serif;
background-color: #000000;
color: #ffc000;
}
hr {
border-color: #584200;
}