JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
coffeescript, html, less, server
[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="http://127.0.0.1/javascript/jquery/jquery.min.js"></script>
8         <script src="client.js"></script>
9 </head>
10 <body>
11         <h1>Card Table</h1>
12         <div id="table"></div>
13 </body>
14 </html>