mod_http_dir_listing/http_dir_listing/resources/template.html
author Kim Alvefur <zash@zash.se>
Fri, 28 Feb 2014 15:37:55 +0100
changeset 1325 b21236b6b8d8
parent 1324 853a382c9bd6
child 1593 3e4d15ae2133
permissions -rw-r--r--
Backed out changeset 853a382c9bd6

<html>
  <head>
    <title>Index of {path}</title>
    <meta charset="utf-8"/>
    <style>{style}</style>
  </head>
  <body>
    <h1>Index of {path}</h1>

		{filelist}

    <footer>{footer}</footer>
  </body>
</html>