Got it working with docker

This commit is contained in:
2025-03-18 13:13:00 +01:00
parent fa0d511bd6
commit 704a03be3d
3 changed files with 217 additions and 88 deletions

10
www/index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>http-server</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>