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