view mod_http_dir_listing2/resources/template.html @ 3001:1108a40c3118

mod_http_dir_listing2: Copy of mod_http_dir_listing
author Kim Alvefur <zash@zash.se>
date Mon, 16 Apr 2018 21:03:13 +0200
parents mod_http_dir_listing/http_dir_listing/resources/template.html@b21236b6b8d8
children c91c9b87929e
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>