view mod_http_dir_listing/http_dir_listing/resources/template.html @ 1324:853a382c9bd6

mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
author Kim Alvefur <zash@zash.se>
date Fri, 28 Feb 2014 15:36:06 +0100
parents a2259870495c
children b21236b6b8d8
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>
      <article>
        {filelist}
      </article>
    <footer>{footer}</footer>
  </body>
</html>