Mercurial > prosody-modules
view mod_http_dir_listing/http_dir_listing/resources/template.html @ 3259:6824a1f3d8c0
mod_group_bookmarks: Remove duplicated requires.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 24 Aug 2018 19:29:34 +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>