further tested autoindex, and i got a .css stylesheet to load from a folder outside of /www, pretty neat :)

This commit is contained in:
Me
2022-08-08 04:02:53 +02:00
parent 9ee7205b95
commit f87024c32f
4 changed files with 30 additions and 2 deletions

4
stylesheet/style.css Normal file
View File

@@ -0,0 +1,4 @@
h1 {
color: red;
text-align: center;
}