diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-23 12:43:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-23 12:43:52 +0200 |
commit | a20443c285dabdec8d2ee740500c62e31ad90c7b (patch) | |
tree | b18db4007e45f8db1f97c0d5abf78729138406ac /www/htdocs | |
parent | 370e361db628f60bca5509dcc354014569d56752 (diff) |
Implement apache service
Diffstat (limited to 'www/htdocs')
-rw-r--r-- | www/htdocs/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/htdocs/index.html b/www/htdocs/index.html new file mode 100644 index 0000000..3d6d51e --- /dev/null +++ b/www/htdocs/index.html @@ -0,0 +1,5 @@ +<html> + <body> + <b>Home Page</b> + </body> +</html> |