summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorcflip <cflip@cflip.net>2022-09-15 10:00:22 -0600
committercflip <cflip@cflip.net>2022-09-15 10:00:22 -0600
commit0162d6404d1ce1ec22df13a9889fb6fcc2f5bca6 (patch)
tree1e47236bf3b94595622dd4d9940a5c7ac621cf53 /index.html
parent68826be36df93533776c694a9adba8633270e61b (diff)
Start serving files from the filesystem
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
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>