summaryrefslogtreecommitdiff
path: root/cao-desktop.html
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-06-04 17:26:47 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-06-04 17:35:20 +0100
commit90af15a4f670d6e2fa7e7bc73210f4c0ac4ee3ba (patch)
tree532a17f40456c50107745f1782158c08af7df00d /cao-desktop.html
parentbce4fed55e552c870a82ec9ac3a415eda4ce231e (diff)
renamed files to prepare for the mobile version
the files have been renamed from game to cao. Moreover, we now prepare them to adapt to the mobile version of the game. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'cao-desktop.html')
-rw-r--r--cao-desktop.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/cao-desktop.html b/cao-desktop.html
new file mode 100644
index 0000000..521294a
--- /dev/null
+++ b/cao-desktop.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Cards Against Originality (Revisited)</title>
+ <link rel="stylesheet" href="cao-common.css">
+ <script src="jquery.js"></script>
+ <script src="cao-common.js"></script>
+ <script src="cao-desktop.js"></script>
+ </head>
+ <body>
+ <button type="button" id="btn_join">Join a Game !</button>
+ <button type="button" id="btn_pick_black">Become the Judge</button>
+ <button type="button" id="btn_collect">Collect the Cards</button>
+
+ <div id="black_card">
+ </div>
+ <table id="white_cards">
+ <tr><td class="card_desc"></td></tr>
+ <tr><td class="card_desc"></td></tr>
+ <tr><td class="card_desc"></td></tr>
+ <tr><td class="card_desc"></td></tr>
+ <tr><td class="card_desc"></td></tr>
+ <tr><td class="card_desc"></td></tr>
+ <tr><td class="card_desc"></td></tr>
+ <tr><td class="card_desc"></td></tr>
+ <tr><td class="card_desc"></td></tr>
+ <tr><td class="card_desc"></td></tr>
+ </table>
+ </body>
+</html>