diff options
author | Brian Picciano <me@mediocregopher.com> | 2024-07-04 12:33:45 +0200 |
---|---|---|
committer | Brian Picciano <me@mediocregopher.com> | 2024-07-04 12:33:45 +0200 |
commit | 4291fc5f1c992a499fbc82decc3fe8090d4dff68 (patch) | |
tree | 2516d5245bf35ae5f99b69a84a72280bb02ff3e9 /example/static/index.html | |
parent | 8d0b8d388b31050468362710078feb39ece802ed (diff) |
Improve and clean up the example config for templates
Diffstat (limited to 'example/static/index.html')
-rw-r--r-- | example/static/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/example/static/index.html b/example/static/index.html index db924d5..7badec1 100644 --- a/example/static/index.html +++ b/example/static/index.html @@ -1,11 +1,18 @@ <html> <head> <title>Root Index</title> + <link rel="stylesheet" type="text/css" href="/bamboo.css" /> </head> <body> <h1>Root Index</h1> <p> - This is the root page of the example site. + This is the root page of the example site. From here you can explore the + various files useful for testing and exploring the functionality of the + plugins in this project. </p> + <ul> + <li><a href="gemtext/">Gemtext files</a></li> + <li><a href="empty/">An empty directory, should 404</a></li> + </ul> </body> </html> |