summaryrefslogtreecommitdiffstats
path: root/web/client.html
blob: 9433de7c5b99de4e452fe651a823c87778f7fcc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<!--
    Copyright (c) 2012-2013 Kaarle Ritvanen
    See LICENSE file for license details
-->

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <script type="text/javascript" src="underscore.js"></script>
    <script type="text/javascript" src="jquery.js"></script>
    <script type="text/javascript" src="jquery-bbq.js"></script>
    <script type="text/javascript" src="client.js"></script>
  </head>
  <body>
    <p id="status"></p>
    <ul id="modules"></ul>
    <ul id="tabs"></ul>
    <div id="content"></div>
  </body>
</html>