summaryrefslogtreecommitdiffstats
path: root/src.var/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src.var/www/index.html')
-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>