summaryrefslogtreecommitdiffstats
path: root/src.var/www/index.html
blob: a17891133879d06cc24472751318ac53e2d728e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>

<html lang="en">
	<head>
		<title>ProteanOS</title>
		<meta charset="utf-8">
	</head>
	<body>
		<h1>It works!</h1>
		<p>This is the default Web page for this server.</p>
		<p>The HTTP daemon is running.</p>
	</body>
</html>