Mercurial > prosody-modules
view mod_http_dir_listing/http_dir_listing/resources/template.html @ 3935:c49fea05772e
mod_smacks: handle mam-enabled session internally
This obsoletes mod_smacks_offline and supersedes mod_smacks_noerror with mod_smacks_nooffline_noerror
| author | tmolitor <thilo@eightysoft.de> |
|---|---|
| date | Sun, 08 Mar 2020 19:49:47 +0100 |
| 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>
