diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-25 12:58:36 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-25 12:58:36 (EDT) |
commit | be963ce882813d6931214a66f2fbe28cccf9d495 (patch) | |
tree | fad61b6275ac2dafa301f96a3f3cbbdc04eb8584 /src.share/www/index.html | |
parent | 44a920821939fdd6a5c4a0c66c533f92c5a884bd (diff) |
Remove the default Web page.
Diffstat (limited to 'src.share/www/index.html')
-rw-r--r-- | src.share/www/index.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src.share/www/index.html b/src.share/www/index.html deleted file mode 100644 index a178911..0000000 --- a/src.share/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> |