diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/index.html	Sun Aug 30 02:19:26 2009 -0400
     1.3 @@ -0,0 +1,25 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<title>
     1.7 +Pokemon Booster Pack Generator
     1.8 +</title>
     1.9 +</head>
    1.10 +
    1.11 +<body>
    1.12 +<h1>Pokèmon Draft Battle!!</h1>
    1.13 +
    1.14 +
    1.15 +<div id="out1" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
    1.16 +</div>
    1.17 +<div id="num2" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
    1.18 +</div>
    1.19 +
    1.20 +<input type="button" id="b2" size="6" value='Generate Booster Pack' onclick="perl_script(['NO_CACHE'], ['out1']);"><br/>
    1.21 +<input type="button" id="b3" size="6" value='Generate Booster Pack' onclick="num2(['NO_CACHE'], ['num2']);"><br/>
    1.22 +
    1.23 +
    1.24 +<a href = "rules.pl">rules</a>   <a href = "cards.pl">cards</a> 
    1.25 +
    1.26 +
    1.27 +</body>
    1.28 +</html>
    1.29 \ No newline at end of file