comparison 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
comparison
equal deleted inserted replaced
3000:02fc3b64cbb7 3001:1108a40c3118
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>