1
2 <html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=windows-1252">
5 <title>Index of {}</title>
6 <link href="data:text/css,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ddg-runtime-checks%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20display%3A%20none%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20" rel="stylesheet" type="text/css">
7 <style>
8 $[cat style.css]
9 </style>
10 </head>
11 <body>
12 <h1>Index of {}</h1>
13 <table>
14 <tbody><tr><th><p>Name</p></th><th><p>Last modified</p></th><th><p>Creation Date</p></th><th><p>Size</p></th></tr>
15 <tr><th colspan="4"><hr></th></tr>
16 $[for file in $(ls {}); do echo "<tr><td><a href=\"/{}/$file\">$file</a></td><td>$(stat -c %y "{}/$file" | head -c 16)</td><td><p>$(stat -c %y {}/$file | head -c 10)</p></td><td align=\"right\">$(numfmt --to=iec --suffix=B $(stat -c %s "{}/$file"))</td></tr>"; done]
17 <tr><th colspan="4"><hr></th></tr>
18 </tbody>
19 </table>
20 </body>
21 </html>