diff cards.html @ 0:477258d09353 boosterpack

[svn r1] initial import
author robert
date Sun, 30 Aug 2009 02:19:26 -0400
parents
children c702488ef795
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cards.html	Sun Aug 30 02:19:26 2009 -0400
     1.3 @@ -0,0 +1,27 @@
     1.4 +
     1.5 +<html>
     1.6 +<head>
     1.7 +
     1.8 +<title>
     1.9 +Edit Pokèmon Cards
    1.10 +</title>
    1.11 +
    1.12 +
    1.13 +</head>
    1.14 +
    1.15 +
    1.16 +
    1.17 +<body>
    1.18 +
    1.19 +<div id="card_list" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
    1.20 +</div>
    1.21 +
    1.22 +
    1.23 +<div id="current_card" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
    1.24 +</div>
    1.25 +
    1.26 +<div id="tags" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
    1.27 +</div>
    1.28 +
    1.29 +</body>
    1.30 +</html>
    1.31 \ No newline at end of file