diff options
-rw-r--r-- | www/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..40bd357 --- /dev/null +++ b/www/index.html @@ -0,0 +1,8 @@ +<html> + <head> + <title>Default Project Content</title> + </head> + <body> + This is the default project content. + </body> +</html> |