httpd/static/index.html
2024-08-07 09:38:16 +12:00

11 lines
212 B
HTML

<!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>