summaryrefslogtreecommitdiffstats
path: root/src.var
diff options
context:
space:
mode:
authorP. 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)
commit1a50fef099306b4e97dc826b718441d90ef4b08d (patch)
treec22b858f5aa17002fab48de8ad66393dee668ed0 /src.var
parent8233e52b7f20f834f67d0a5d8c42186469c67489 (diff)
/var/www/index.html: Rewrite.
Diffstat (limited to 'src.var')
-rw-r--r--src.var/www/index.html10
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>