source: products/quintagroup.distrpoxy/trunk/quintagroup/distproxy/index.html

Last change on this file was 1082, checked in by koval, 15 years ago

added static wsgi application with folder listings

File size: 201 bytes
Line 
1<html>
2  <head><title>Index of %(path)s</title></head>
3  <body>
4    <h1>Index of %(path)s</h1>
5    <hr>
6    <ul>
7      <li><a href="..">..</a></li>
8      %(links)s
9    </ul>
10    <hr>
11  </body>
12</html>
Note: See TracBrowser for help on using the repository browser.