aboutsummaryrefslogtreecommitdiff
path: root/example/static/index.html
blob: db924d578b0f8f46a8f9ddd360229c4cf7e15d3f (plain)
1
2
3
4
5
6
7
8
9
10
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>