11 lines
212 B
HTML
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>
|