Mercurial > prosody-modules
view mod_http_dir_listing/http_dir_listing/resources/template.html @ 6340:a1d883aa64f6
mod_voipms_carddav: clean up
| author | Chaz Kettleson <chaz@pyr3x.com> |
|---|---|
| date | Sun, 12 Oct 2025 16:13:42 -0400 |
| 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>
