basic HTTP GET response

This commit is contained in:
LuckyLaszlo
2022-07-29 15:52:43 +02:00
parent 8fb48bcc58
commit ab8dfed779
10 changed files with 831 additions and 11 deletions

11
website/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>404 Not Found</title>
</head>
<body>
<h1 style="text-align:center">Le index (˘ ͜ʖ˘)</h1>
<hr>
<p style="text-align:center">(˚3˚)</p>
</body>
</html>