strophe.html 721 Bytes
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
    <script src="http://code.jquery.com/jquery-latest.js"></script>
    <link rel="stylesheet"
          href="http://jqueryjs.googlecode.com/svn/trunk/qunit/qunit.css"
          type="text/css">
    <script src="http://jqueryjs.googlecode.com/svn/trunk/qunit/qunit.js"></script>
    
    <script src='../strophe.js'></script>
    <script src='tests.js'></script>
    
    <title>Strophe.js Tests</title>
  </head>
  <body>
    <h1 id="qunit-header">Strophe.js Tests</h1>
    <h2 id="qunit-banner"></h2>
    <h2 id="qunit-userAgent"></h2>
    <ol id="qunit-tests"></ol>
    <div id="main"></div>
  </body>
</html>