JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
start on deck designer
[peach-cgt.git] / index.html
index 83e4324..a1dd2ad 100644 (file)
@@ -10,6 +10,7 @@
        <script src="/javascript/jquery-ui/ui/jquery.ui.mouse.js"></script>
        <script src="/javascript/jquery-ui/ui/jquery.ui.draggable.js"></script>
        <script src="common.js"></script>
+       <script src="cs_cards.js"></script>
        <script src="client.js"></script>
 </head>
 <body>
@@ -19,7 +20,8 @@
                <div id="loading-card" class="card">
                        <div class="pile_caption">Loading...</div>
                </div>
-               <div id="my_side">Cards in this green area (besides the piles on the right) always appear face-down to the other player.</div>
+               <div id="my_side">Cards in this green area (except the two piles on the right) always appear face-down to the other player.</div>
        </div>
+       <div id="deck_designer"><h1>Deck Designer</h1><form></form></div>
 </body>
 </html>