Mercurial > boosterpack
comparison index.html @ 0:477258d09353 boosterpack
[svn r1] initial import
author | robert |
---|---|
date | Sun, 30 Aug 2009 02:19:26 -0400 |
parents | |
children | d7dd496a4fa6 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:477258d09353 |
---|---|
1 <html> | |
2 <head> | |
3 <title> | |
4 Pokemon Booster Pack Generator | |
5 </title> | |
6 </head> | |
7 | |
8 <body> | |
9 <h1>Pokèmon Draft Battle!!</h1> | |
10 | |
11 | |
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> | |
16 | |
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/> | |
19 | |
20 | |
21 <a href = "rules.pl">rules</a> <a href = "cards.pl">cards</a> | |
22 | |
23 | |
24 </body> | |
25 </html> |