mod_http_dir_listing/http_dir_listing/resources/template.html
changeset 1325 b21236b6b8d8
parent 1324 853a382c9bd6
child 1593 3e4d15ae2133
equal deleted inserted replaced
1324:853a382c9bd6 1325:b21236b6b8d8
     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       <article>
     9 
    10         {filelist}
    10 		{filelist}
    11       </article>
    11 
    12     <footer>{footer}</footer>
    12     <footer>{footer}</footer>
    13   </body>
    13   </body>
    14 </html>
    14 </html>