JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
register coffeescript compiler
[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="/external/jquery.min.js"></script>
8         <script src="/external/jquery.ui.core.js"></script>
9         <script src="/external/jquery.ui.widget.js"></script>
10         <script src="/external/jquery.ui.mouse.js"></script>
11         <script src="/external/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         <p id="main_warning">Peach CGT is in very early development. It may be buggy, and there is no way to save yet. Games are automatically deleted after 2 hours of inactivity, (maybe sooner if something goes wrong.) Hit refresh if you suspect you're not seeing something the other player did.</p>
19         <div id="table">
20                 <div id="your_side"></div>
21                 <div id="loading_card" class="card">
22                         <div class="pile_caption">Loading...</div>
23                 </div>
24                 <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>
25         </div>
26         <div id="deck_designer">
27                 <h1>Deck Designer</h1>
28                 <p>Click each card you'd like in your deck (you'll get four of each) and then click "done" at the bottom.</p>
29         </div>
30         <div id="copyright">
31                 &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>. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Free hosting kindly provided by <a href="http://heroku.com">heroku.com</a>.
32         </div>
33 </body>
34 </html>