JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added server.js wrapper
[peach-cgt.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <title>Peach CGT</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 id="main_header">Peach CGT</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         <div id="copyright">
27                 &copy; 2011 <a href="http://jasonwoof.com/" target="_blank">Jason Woofenden</a>. <a href="https://gitorious.org/peach-cgt" target="_blank">Source code</a> licensed under <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPLv3+</a>.<div>
28 </body>
29 </html>