Initial commit
[trapthecap.git] / src / html-files / simple.html
1 <html>
2 <head>
3 <title>Simple Trap the Cap form </title>
4 </head>
5 <body>
6
7 <h1>Simple <a href="index.html">Trap the Cap</a> form</h1>
8
9 <form action="/cgi-bin/ttc-simple.rb" method="post">
10
11 <table cellpadding=3>
12 <tr valign="top">
13 <td>Robot input:</td>
14 <td><textarea rows="20" cols="10" wrap="off" name="moves"></textarea></td>
15 </tr>
16
17 <tr>
18 <td>Robot:</td>
19 <td><select name="robot">
20 <option>Always clockwise simple</option>
21 <option>Clockwise cloud</option>
22 <option>GA generation 1006</option>
23 </select>
24 </tr>
25
26 <tr>
27 <td><input type="submit" value="move"></td>
28 <td><input type="reset"></td>
29 </tr>
30 </table>
31
32 </form>
33
34 </body>
35 </html>