diff options
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> |