JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
register coffeescript compiler
[peach-cgt.git] / index.html
index 94107b6..add19a2 100644 (file)
@@ -4,17 +4,18 @@
        <title>Peach CGT</title>
        <meta charset="utf-8" />
        <link rel="stylesheet" href="style.css" />
-       <script src="/javascript/jquery/jquery.min.js"></script>
-       <script src="/javascript/jquery-ui/ui/jquery.ui.core.js"></script>
-       <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="/external/jquery.min.js"></script>
+       <script src="/external/jquery.ui.core.js"></script>
+       <script src="/external/jquery.ui.widget.js"></script>
+       <script src="/external/jquery.ui.mouse.js"></script>
+       <script src="/external/jquery.ui.draggable.js"></script>
        <script src="common.js"></script>
        <script src="cs_cards.js"></script>
        <script src="client.js"></script>
 </head>
 <body>
        <h1 id="main_header">Peach CGT</h1>
+       <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>
        <div id="table">
                <div id="your_side"></div>
                <div id="loading_card" class="card">
                </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><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>
+       <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>
        <div id="copyright">
-               &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>
+               &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>.
+       </div>
 </body>
 </html>