diff options
Diffstat (limited to 'src.share/www/index.html')
-rw-r--r-- | src.share/www/index.html | 13 |
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> |