aboutsummaryrefslogtreecommitdiff
path: root/example/static/index.html
diff options
context:
space:
mode:
authorBrian Picciano <me@mediocregopher.com>2024-07-01 11:14:24 +0200
committerBrian Picciano <me@mediocregopher.com>2024-07-01 11:35:36 +0200
commit1a6d506a525e32bc374f89377e46a775c6737cf0 (patch)
treebcaf92072db1ec0358d9e1feeed9a8de7ce7c640 /example/static/index.html
parent931b4b8d3e61913778ed1bed002eb150171761ac (diff)
Got basic development environment set up
Diffstat (limited to 'example/static/index.html')
-rw-r--r--example/static/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/example/static/index.html b/example/static/index.html
new file mode 100644
index 0000000..db924d5
--- /dev/null
+++ b/example/static/index.html
@@ -0,0 +1,11 @@
+<html>
+ <head>
+ <title>Root Index</title>
+ </head>
+ <body>
+ <h1>Root Index</h1>
+ <p>
+ This is the root page of the example site.
+ </p>
+ </body>
+</html>