Mercurial > prosody-modules
view mod_http_dir_listing/http_dir_listing/resources/template.html @ 2141:218a3d3f7f97
mod_cloud_notify: added ability to notify even if the session is hibernated by mod_smacks
| author | tmolitor <thilo@eightysoft.de> |
|---|---|
| date | Tue, 29 Mar 2016 19:47:08 +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>
