Software /
code /
prosody-modules
Diff
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 |
parent | 1325:b21236b6b8d8 |
child | 3002:c91c9b87929e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_http_dir_listing2/resources/template.html Mon Apr 16 21:03:13 2018 +0200 @@ -0,0 +1,14 @@ +<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>