Index: uspace/dist/data/web/index.html
===================================================================
--- uspace/dist/data/web/index.html	(revision 81716eb65927790775a090098b80690cb57378b6)
+++ uspace/dist/data/web/index.html	(revision 81716eb65927790775a090098b80690cb57378b6)
@@ -0,0 +1,19 @@
+<html>
+    <head>
+        <title>
+    	    Hello from HelenOS!
+        </title>
+    </head>
+    <body>
+        <h1>Hello from HelenOS!</h1>
+        <img src="helenos.png" alt="" style="float: left; margin: 6px;">
+        <p>
+            This web page is brought to you by courtesy of HelenOS web server
+    	    and TCP/IP stack.
+        </p>
+	<p>
+    	    Now <a href="foo.html">go to page foo</a> or <a href="bar.html">go
+    	    to bar</a>.
+        </p>
+    </body>
+</html>
