st
Version:
A module for serving static files. Does etags, caching, etc.
12 lines (11 loc) • 310 B
HTML
<html>
<head><title>Index of {url}</title></head>
<body bgcolor="white">
<h1>Index of {url}</h1><hr><pre><a href="../">../</a>
<!-- dirs first -->
<!-- for each show this:
<a href="{filename}">{filename}</a> {modified date} {size}
-->
<!-- line up the fields nicely -->
</pre><hr></body>
</html>