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