Mercurial > prosody-modules
comparison mod_http_dir_listing/http_dir_listing/resources/template.html @ 1324:853a382c9bd6
mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 28 Feb 2014 15:36:06 +0100 |
| parents | a2259870495c |
| children | b21236b6b8d8 |
comparison
equal
deleted
inserted
replaced
| 1323:c84ff82658cb | 1324:853a382c9bd6 |
|---|---|
| 4 <meta charset="utf-8"/> | 4 <meta charset="utf-8"/> |
| 5 <style>{style}</style> | 5 <style>{style}</style> |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 <h1>Index of {path}</h1> | 8 <h1>Index of {path}</h1> |
| 9 | 9 <article> |
| 10 {filelist} | 10 {filelist} |
| 11 | 11 </article> |
| 12 <footer>{footer}</footer> | 12 <footer>{footer}</footer> |
| 13 </body> | 13 </body> |
| 14 </html> | 14 </html> |
