summaryrefslogtreecommitdiff
path: root/webapp/cao-mobile.html
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2018-03-09 13:38:22 +0100
committerOlivier Gayot <olivier.gayot@sigexec.com>2018-03-09 13:38:22 +0100
commit493b116f73ec3912ca7af3d6ece3434279cbcfb5 (patch)
treeb6955491311fb0d810e9de9a7dd9b8059d04a10c /webapp/cao-mobile.html
parent735bc5af0929392f27386aa3fa0c26d39f300672 (diff)
renamed the project SwiftStory
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'webapp/cao-mobile.html')
-rw-r--r--webapp/cao-mobile.html41
1 files changed, 0 insertions, 41 deletions
diff --git a/webapp/cao-mobile.html b/webapp/cao-mobile.html
deleted file mode 100644
index 7aa619d..0000000
--- a/webapp/cao-mobile.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="initial-scale = 1.0,maximum-scale = 1.0" />
- <title>CAO</title>
- <link rel="stylesheet" href="cao-common.css">
- <link rel="stylesheet" href="cao-mobile.css">
- <script src="jquery.js"></script>
- <script src="cao-common.js"></script>
- <script src="cao-config.js"></script>
- <script src="cao-mobile.js"></script>
- </head>
- <body>
- <div data-role="page">
- <header hidden>
- <span id="leave-room">Leave this room</span>
- <span id="score">Your score is <span id="score-value">0</span></span>
- </header>
- <div id="home" class="page current">
- <h1>Cards Against Humanity</h1>
- <h2>A party game for horrible people.</h2>
- <button id="join-btn" class="bottom" hidden>Join game!</button>
- </div>
- <div id="game" class="page">
- <div data-state="judge-collect">
- <div class="card-list read-only">
- <button id="black-card" class="card black"></button>
- </div>
- <div class="message">You have <span id="played-card-number">0</span> cards!</div>
- </div>
- <div id="white-cards" class="card-list read-only" disabled='disabled'></div>
- <div id="played-cards" class="card-list read-only"></div>
- <button id="become-judge-btn" class="bottom" data-state="become-judge">Become judge!</button>
- <div class="bottom" data-state="judge-choose">Pick the best card...</div>
- <div class="bottom" data-state="player-choose">Choose a card...</div>
- <div class="bottom" data-state="player-wait">Waiting for judge...</div>
- <button id="judge-collect-btn" class="bottom" data-state="judge-collect">Collect!</button>
- </div>
- </body>
-</html>