diff options
author | cflip <cflip@cflip.net> | 2022-09-15 10:00:22 -0600 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-09-15 10:00:22 -0600 |
commit | 0162d6404d1ce1ec22df13a9889fb6fcc2f5bca6 (patch) | |
tree | 1e47236bf3b94595622dd4d9940a5c7ac621cf53 /index.html | |
parent | 68826be36df93533776c694a9adba8633270e61b (diff) |
Start serving files from the filesystem
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> |