diff 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
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/BoosterPack/cards.html	Mon Sep 27 16:57:26 2010 -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