Basic directory listing on the web.
[armadillo.git] / web_frontend / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Armadillo File Manager</title>
5 <script type="text/javascript" src="/fe/armadillo.js" charset="utf-8"></script>
6 </head>
7 <body>
8 <h1>List <span id="pwd">/</span></h1>
9
10 <ul id="ls"></ul>
11
12 <script type="text/javascript" charset="utf-8">
13 armadillo.Main();
14 </script>
15 </body>
16 </html>