diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..855971c --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <title>Welcome to cfws!</title> + </head> + <body> + <h1>Welcome to cfws!</h1> + <p>This page is being served from the filesystem!</p> + </body> +</html> |