JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Let drags go off the edge
[peach-cgt.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <title>Card Table</title>
5         <meta charset="utf-8" />
6         <link rel="stylesheet" href="style.css" />
7         <script src="/javascript/jquery/jquery.min.js"></script>
8         <script src="/javascript/jquery-ui/ui/jquery.ui.core.js"></script>
9         <script src="/javascript/jquery-ui/ui/jquery.ui.widget.js"></script>
10         <script src="/javascript/jquery-ui/ui/jquery.ui.mouse.js"></script>
11         <script src="/javascript/jquery-ui/ui/jquery.ui.draggable.js"></script>
12         <script src="common.js"></script>
13         <script src="cs_cards.js"></script>
14         <script src="client.js"></script>
15 </head>
16 <body>
17         <h1>Card Table</h1>
18         <div id="table">
19                 <div id="your_side"></div>
20                 <div id="loading_card" class="card">
21                         <div class="pile_caption">Loading...</div>
22                 </div>
23                 <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>
24         </div>
25         <div id="deck_designer"><h1>Deck Designer</h1><p>Click each card you'd like in your deck (you'll get four of each) and then click "done" at the bottom.</p></div>
26 </body>
27 </html>