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

<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		<title>Embedded Operating System Distribution</title>
	</head>
	<body>
		<h1>It works!</h1>
		<p>This is the default Web page for this server.</p>
		<p>The HTTP daemon of the embedded operating system distribution is running.</p>
	</body>
</html>