Display error messages from the backend to the user.
[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 <div id="error"></div>
9 <h1>List <span id="pwd">/</span></h1>
10
11 <ul id="ls"></ul>
12
13 <script type="text/javascript" charset="utf-8">
14 var app = new armadillo();
15 </script>
16 </body>
17 </html>