docker-projects/webserver/index.html

10 lines
182 B
HTML
Raw Normal View History

<html>
<head>
<title>
This is a test index page
</title>
</head>
<body>
<h2>This is an Apache2 running on a debian 12-slim container</h2>
</body>
</html>