Mercurial > prosody-modules
view mod_http_dir_listing/http_dir_listing/resources/template.html @ 2736:fff185e7ab73
mod_cloud_notify: Implement the "stripped stanzas" proposal.
See https://mail.jabber.org/pipermail/standards/2017-July/033089.html
| author | tmolitor <thilo@eightysoft.de> |
|---|---|
| date | Mon, 14 Aug 2017 23:31:05 +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>
