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;
}

17
public/grillkorv.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
<title>HOTDAWGGGG</title>
</head>
<body>
<ol>
<li>This is the best</li>
<li><h1>WEBSITE YOU HAVE EVER SEEEN</h1></li>
<ol><h3>Cuz we got hotdogs :D</h3></ol>
</ol>
</body>
</html>