JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
coffeescript, html, less, server
[peach-cgt.git] / index.html
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..f654f36
--- /dev/null
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+       <title>Card Table</title>
+       <meta charset="utf-8" />
+       <link rel="stylesheet" href="style.css" />
+       <script src="http://127.0.0.1/javascript/jquery/jquery.min.js"></script>
+       <script src="client.js"></script>
+</head>
+<body>
+       <h1>Card Table</h1>
+       <div id="table"></div>
+</body>
+</html>