Mercurial > boosterpack
comparison cards.html @ 0:477258d09353 boosterpack
[svn r1] initial import
author | robert |
---|---|
date | Sun, 30 Aug 2009 02:19:26 -0400 |
parents | |
children | c702488ef795 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:477258d09353 |
---|---|
1 | |
2 <html> | |
3 <head> | |
4 | |
5 <title> | |
6 Edit Pokèmon Cards | |
7 </title> | |
8 | |
9 | |
10 </head> | |
11 | |
12 | |
13 | |
14 <body> | |
15 | |
16 <div id="card_list" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto"> | |
17 </div> | |
18 | |
19 | |
20 <div id="current_card" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto"> | |
21 </div> | |
22 | |
23 <div id="tags" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto"> | |
24 </div> | |
25 | |
26 </body> | |
27 </html> |