aboutsummaryrefslogtreecommitdiff
path: root/example/static/index.html
blob: 7badec1024adc7a8d63279ad107193e2ef5ebcfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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. 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>