view mod_http_dir_listing/http_dir_listing/resources/template.html @ 2387:5bfb2ccab2ab

mod_firewall: README: Add more info about specifying rule set files
author Matthew Wild <mwild1@gmail.com>
date Sat, 19 Nov 2016 15:59:31 +0000
parents b21236b6b8d8
children
line wrap: on
line source

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