diff options
Diffstat (limited to 'example/static')
-rw-r--r-- | example/static/gemtext/cheatsheet.gmi (renamed from example/static/cheatsheet.gmi) | 0 | ||||
-rw-r--r-- | example/static/gemtext/index.gmi | 5 | ||||
-rw-r--r-- | example/static/index.html | 9 |
3 files changed, 13 insertions, 1 deletions
diff --git a/example/static/cheatsheet.gmi b/example/static/gemtext/cheatsheet.gmi index e7c9286..e7c9286 100644 --- a/example/static/cheatsheet.gmi +++ b/example/static/gemtext/cheatsheet.gmi diff --git a/example/static/gemtext/index.gmi b/example/static/gemtext/index.gmi new file mode 100644 index 0000000..9ff3d82 --- /dev/null +++ b/example/static/gemtext/index.gmi @@ -0,0 +1,5 @@ +# Gemtext Directory Index + +This is the index of the gemtext directory. In here are various gemtext files useful for testing. + +=> cheatsheet.gmi Gemtext cheatsheet 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> |