13 lines
329 B
HTML
13 lines
329 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Apache HTTP Server</title>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to Apache HTTP Server</h1>
|
|
<p>If you can see this page, the Apache HTTP server is working correctly.</p>
|
|
<p>This is the default page provided by the compose-anything project.</p>
|
|
</body>
|
|
</html>
|