annotate index.html @ 0:477258d09353 boosterpack

[svn r1] initial import
author robert
date Sun, 30 Aug 2009 02:19:26 -0400
parents
children d7dd496a4fa6
rev   line source
robert@0 1 <html>
robert@0 2 <head>
robert@0 3 <title>
robert@0 4 Pokemon Booster Pack Generator
robert@0 5 </title>
robert@0 6 </head>
robert@0 7
robert@0 8 <body>
robert@0 9 <h1>Pokèmon Draft Battle!!</h1>
robert@0 10
robert@0 11
robert@0 12 <div id="out1" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
robert@0 13 </div>
robert@0 14 <div id="num2" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
robert@0 15 </div>
robert@0 16
robert@0 17 <input type="button" id="b2" size="6" value='Generate Booster Pack' onclick="perl_script(['NO_CACHE'], ['out1']);"><br/>
robert@0 18 <input type="button" id="b3" size="6" value='Generate Booster Pack' onclick="num2(['NO_CACHE'], ['num2']);"><br/>
robert@0 19
robert@0 20
robert@0 21 <a href = "rules.pl">rules</a> <a href = "cards.pl">cards</a>
robert@0 22
robert@0 23
robert@0 24 </body>
robert@0 25 </html>