annotate cards.html @ 10:3b52ac950753 boosterpack tip

going to try to fix this thing
author Robert McIntyre <rlm@mit.edu>
date Mon, 27 Sep 2010 17:24:06 -0400
parents 8c6d2ce90677
children
rev   line source
rlm@8 1
rlm@8 2 <html>
rlm@8 3 <head>
rlm@8 4
rlm@8 5 <title>
rlm@8 6 Edit Pokèmon Cards~
rlm@8 7 </title>
rlm@8 8
rlm@8 9
rlm@8 10 </head>
rlm@8 11
rlm@8 12
rlm@8 13
rlm@8 14 <body>
rlm@8 15
rlm@8 16 <div id="card_list" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
rlm@8 17 </div>
rlm@8 18
rlm@8 19
rlm@8 20 <div id="current_card" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
rlm@8 21 </div>
rlm@8 22
rlm@8 23 <div id="tags" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
rlm@8 24 </div>
rlm@8 25
rlm@8 26 </body>
rlm@8 27 </html>