JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
start on deck designer
[peach-cgt.git] / index.html
index 8ada84e..a1dd2ad 100644 (file)
@@ -9,10 +9,19 @@
        <script src="/javascript/jquery-ui/ui/jquery.ui.widget.js"></script>
        <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>
        <h1>Card Table</h1>
-       <div id="table"></div>
+       <div id="table">
+               <div id="your_side"></div>
+               <div id="loading-card" class="card">
+                       <div class="pile_caption">Loading...</div>
+               </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>