comparison mod_http_dir_listing/http_dir_listing/resources/template.html @ 927:a9dfa7232d88

Merge
author Matthew Wild <mwild1@gmail.com>
date Tue, 12 Mar 2013 12:10:25 +0000
parents a2259870495c
children 853a382c9bd6
comparison
equal deleted inserted replaced
926:f88381a39c56 927:a9dfa7232d88
1 <html>
2 <head>
3 <title>Index of {path}</title>
4 <meta charset="utf-8"/>
5 <style>{style}</style>
6 </head>
7 <body>
8 <h1>Index of {path}</h1>
9
10 {filelist}
11
12 <footer>{footer}</footer>
13 </body>
14 </html>