Add some response and request helpers for the backend and frontend.
[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 <script type="text/javascript" charset="utf-8">
9 armadillo.Main();
10 </script>
11 </body>
12 </html>