summaryrefslogtreecommitdiff
path: root/static/tests/bugchat.html
blob: 548eb6d208463b773577be506aaa9ceca5f56e1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <title>BUG CHAT</title>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    <script type="text/javascript" src="/static/test/bugchat.js"></script>
    <script>
      $(initClient);
    </script>
  </head>
  <body>
    <div id="msgs">
    </div>
  </body>
</html>