annotate BoosterPack/cards.html @ 0:0d795f02a8bb tip

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