diff options
author | P. J. McDermott <pjm@nac.net> | 2013-08-08 16:41:58 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-08-08 16:41:58 (EDT) |
commit | 1a50fef099306b4e97dc826b718441d90ef4b08d (patch) | |
tree | c22b858f5aa17002fab48de8ad66393dee668ed0 | |
parent | 8233e52b7f20f834f67d0a5d8c42186469c67489 (diff) |
/var/www/index.html: Rewrite.
-rw-r--r-- | src.var/www/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src.var/www/index.html b/src.var/www/index.html index e166dba..a178911 100644 --- a/src.var/www/index.html +++ b/src.var/www/index.html @@ -1,13 +1,13 @@ -<!DOCTYPE html> +<!doctype html> -<html> +<html lang="en"> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title>Embedded Operating System Distribution</title> + <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 of the embedded operating system distribution is running.</p> + <p>The HTTP daemon is running.</p> </body> </html> |