initial commit

This commit is contained in:
Jeremy Baxter 2024-08-07 09:38:16 +12:00
commit a1d36338a1
5 changed files with 274 additions and 0 deletions

10
static/fail.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>{status}</title>
</head>
<body>
<h2>{status}</h2>
<hr><em>Jeremy's httpd</em>
</body>
</html>

11
static/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Index</title>
</head>
<body>
<h2>Welcome to httpd</h2>
You've reached the default page for Jeremy's httpd.
<hr><em>Jeremy's httpd</em>
</body>
</html>