Merge pull request #26 from jtanx/master
[matches/MCTX3420.git] / testing / qunit / index.html
1 <!DOCTYPE html>
2 <html>
3         <head>
4         <meta charset="utf-8">
5                 <title>MCTX3420 2013 Server API unit tests</title>
6                 <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.12.0.css">
7         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
8         <script src="http://code.jquery.com/qunit/qunit-1.12.0.js"></script>
9         <!-- For IE support -->
10         <script src="base64.js"></script>
11     <style>
12       body {
13         font-family: Verdana, Arial, Sans;
14       }
15     </style>
16   </head>
17 <body>
18         <div id="qunit"></div>
19         <div id="qunit-fixture"></div>
20         <script src="unit-tests.js"></script>
21
22   <div style="margin:1em auto; width: 20em;">
23     <h3>Access control</h3>
24     <form id="control" action="#">
25       <table>
26         <tr>
27           <td>Username:</td>
28           <td><input type="text" id="username"></td>
29         </tr>
30         <tr>
31           <td>Password:</td>
32           <td><input type="password" id="password"></td>
33         </tr>
34         <tr>
35           <td><input type="submit" value="Submit"></td>
36         </tr>
37       </table>
38     </form>
39   </div>
40 </body>
41 </html>

UCC git Repository :: git.ucc.asn.au