Other filetypes now work, or at least CSS

This commit is contained in:
Hannah-Dagemark 2024-04-25 16:22:27 +02:00
commit d48cfbcf11
4 changed files with 63 additions and 17 deletions

4
public/css/style.css Normal file
View file

@ -0,0 +1,4 @@
li {
color: green;
background-color: blueviolet;
}