view cards.html @ 9:9652dc713ba6 boosterpack

working on adding to rlmcintyre.com
author Robert McIntyre <rlm@mit.edu>
date Sat, 26 Jun 2010 20:06:08 -0400
parents 8c6d2ce90677
children
line wrap: on
line source

2 <html>
3 <head>
5 <title>
6 Edit Pokèmon Cards~
7 </title>
10 </head>
14 <body>
16 <div id="card_list" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
17 </div>
20 <div id="current_card" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
21 </div>
23 <div id="tags" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
24 </div>
26 </body>
27 </html>