JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
hosts multiple games at once, licensing
[peach-cgt.git] / index.html
index 0602c9f..94107b6 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-       <title>Card Table</title>
+       <title>Peach CGT</title>
        <meta charset="utf-8" />
        <link rel="stylesheet" href="style.css" />
        <script src="/javascript/jquery/jquery.min.js"></script>
@@ -14,7 +14,7 @@
        <script src="client.js"></script>
 </head>
 <body>
-       <h1>Card Table</h1>
+       <h1 id="main_header">Peach CGT</h1>
        <div id="table">
                <div id="your_side"></div>
                <div id="loading_card" class="card">
@@ -23,5 +23,7 @@
                <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="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>
 </body>
 </html>