Mercurial > prosody-modules
view mod_http_dir_listing/http_dir_listing/resources/template.html @ 4561:c6b740ccf6ec
Back out 662423cea3f4 (non-standard buttons)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 21 May 2021 20:58:39 +0200 |
| parents | b21236b6b8d8 |
| children |
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>
