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

View File

@@ -2,9 +2,12 @@
<html>
<head>
<title>Webserv test index</title>
<!-- <link rel="stylesheet" href="stylesheet/style.css"> -->
<link rel="stylesheet" href="/stylesheet/style.css">
</head>
<body>
<h1 style="text-align:center">Webserv Test Index</h1>
<h1>Webserv Test Index</h1>
<hr>
<p style="text-align:center">(˚3˚)</p>
</body>