Added wrt files, prior to converting into Qt/C++.
[ptas] / wrt / zouba / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3     <head>
4         <title></title>
5         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6         <script type="text/javascript" src="WRTKit/WRTKit.js"></script>
7         <script type="text/javascript" src="basic.js"></script>
8         <link rel="stylesheet" href="basic.css" type="text/css">
9     </head>
10     <body onload="init()">
11         <table id="timeTable" align="center" border="1">
12         </table>
13         <table border="0" align="center">
14         <tr>
15             <td>
16                 <button onclick="takeMeHome()">
17                     HOME
18                 </button>
19             </td>
20             <td>
21                 <button onclick="takeMeToWork()">
22                     WORK
23                 </button>
24             </td>
25         </tr>
26                 <tr>
27                 <td>debug</td>
28                 <td id="debug"></td>
29                 </tr>
30     </body>
31 </html>