summaryrefslogtreecommitdiffstats
path: root/src.var
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-08 15:23:11 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-08 15:23:11 (EDT)
commitab2b06e6f99b173c61ab5d387839c9bfcded8e51 (patch)
treeda171dffa9bd0142f2a150f1b2e4fc11b58817ba /src.var
parent69f288b2c018e64560744b2aabbfde53a8acdb2f (diff)
Add "It works!" HTML page.
Diffstat (limited to 'src.var')
-rw-r--r--src.var/www/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/src.var/www/index.html b/src.var/www/index.html
new file mode 100644
index 0000000..e166dba
--- /dev/null
+++ b/src.var/www/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>Embedded Operating System Distribution</title>
+ </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>
+ </body>
+</html>