diff options
author | P. 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) |
commit | 3b80c605f096d3e2ec6dd690904154292262170f (patch) | |
tree | 32bf676cd5aff68990496e9a01bc34032bd07b5d /src.var/www | |
parent | 9de16d22b0ac3cbb74793faa913db889d8151ee5 (diff) |
Let users modify /var/www/index.html.
Diffstat (limited to 'src.var/www')
-rw-r--r-- | src.var/www/index.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src.var/www/index.html b/src.var/www/index.html deleted file mode 100644 index a178911..0000000 --- a/src.var/www/index.html +++ /dev/null @@ -1,13 +0,0 @@ -<!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> |