3 <title>Simple Trap the Cap form </title>
7 <h1>Simple <a href="index.html">Trap the Cap</a> form</h1>
9 <form action="/cgi-bin/ttc-simple.rb" method="post">
14 <td><textarea rows="20" cols="10" wrap="off" name="moves"></textarea></td>
19 <td><select name="robot">
20 <option>Always clockwise simple</option>
21 <option>Clockwise cloud</option>
22 <option>GA generation 1006</option>
27 <td><input type="submit" value="move"></td>
28 <td><input type="reset"></td>