summaryrefslogtreecommitdiffstats
path: root/src.share/www/index.html
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-05 11:35:27 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-05 11:39:59 (EDT)
commit3b80c605f096d3e2ec6dd690904154292262170f (patch)
tree32bf676cd5aff68990496e9a01bc34032bd07b5d /src.share/www/index.html
parent9de16d22b0ac3cbb74793faa913db889d8151ee5 (diff)
Let users modify /var/www/index.html.
Diffstat (limited to 'src.share/www/index.html')
-rw-r--r--src.share/www/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/src.share/www/index.html b/src.share/www/index.html
new file mode 100644
index 0000000..a178911
--- /dev/null
+++ b/src.share/www/index.html
@@ -0,0 +1,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>