Index: uspace/dist/data/web/bar.htm
===================================================================
--- uspace/dist/data/web/bar.htm	(revision 852052df33dad462a5b4517d1cb06ed4c12b469d)
+++ 	(revision )
@@ -1,10 +1,0 @@
-<html>
-    <head>
-	<title>Bar!</title>
-    </head>
-    <body>
-	<h1>Bar!</h1>
-
-	<a href="/">Back to top</a>
-    </body>
-</html>
Index: uspace/dist/data/web/bar.html
===================================================================
--- uspace/dist/data/web/bar.html	(revision aaa77ba0f2326ec53c9ae75e8d4143dcad05a34e)
+++ uspace/dist/data/web/bar.html	(revision aaa77ba0f2326ec53c9ae75e8d4143dcad05a34e)
@@ -0,0 +1,10 @@
+<html>
+    <head>
+	<title>Bar!</title>
+    </head>
+    <body>
+	<h1>Bar!</h1>
+
+	<a href="/">Back to top</a>
+    </body>
+</html>
Index: uspace/dist/data/web/foo.htm
===================================================================
--- uspace/dist/data/web/foo.htm	(revision 852052df33dad462a5b4517d1cb06ed4c12b469d)
+++ 	(revision )
@@ -1,10 +1,0 @@
-<html>
-    <head>
-	<title>Foo!</title>
-    </head>
-    <body>
-	<h1>Foo!</h1>
-
-	<a href="/">Back to top</a>
-    </body>
-</html>
Index: uspace/dist/data/web/foo.html
===================================================================
--- uspace/dist/data/web/foo.html	(revision aaa77ba0f2326ec53c9ae75e8d4143dcad05a34e)
+++ uspace/dist/data/web/foo.html	(revision aaa77ba0f2326ec53c9ae75e8d4143dcad05a34e)
@@ -0,0 +1,10 @@
+<html>
+    <head>
+	<title>Foo!</title>
+    </head>
+    <body>
+	<h1>Foo!</h1>
+
+	<a href="/">Back to top</a>
+    </body>
+</html>
Index: uspace/dist/data/web/index.htm
===================================================================
--- uspace/dist/data/web/index.htm	(revision 852052df33dad462a5b4517d1cb06ed4c12b469d)
+++ 	(revision )
@@ -1,19 +1,0 @@
-<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.htm">go to page foo</a> or <a href="bar.htm">go
-    	    to bar</a>.
-        </p>
-    </body>
-</html>
Index: uspace/dist/data/web/index.html
===================================================================
--- uspace/dist/data/web/index.html	(revision aaa77ba0f2326ec53c9ae75e8d4143dcad05a34e)
+++ uspace/dist/data/web/index.html	(revision aaa77ba0f2326ec53c9ae75e8d4143dcad05a34e)
@@ -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>
