summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cao-common.css (renamed from style.css)0
-rw-r--r--cao-common.js (renamed from game.js)0
-rw-r--r--cao-desktop.html (renamed from game.html)5
-rw-r--r--cao-mobile.html16
l---------index.html2
5 files changed, 20 insertions, 3 deletions
diff --git a/style.css b/cao-common.css
index c6ecbe6..c6ecbe6 100644
--- a/style.css
+++ b/cao-common.css
diff --git a/game.js b/cao-common.js
index df42d9c..df42d9c 100644
--- a/game.js
+++ b/cao-common.js
diff --git a/game.html b/cao-desktop.html
index 48d7ee1..521294a 100644
--- a/game.html
+++ b/cao-desktop.html
@@ -3,9 +3,10 @@
<head>
<meta charset="utf-8">
<title>Cards Against Originality (Revisited)</title>
- <link rel="stylesheet" href="style.css">
+ <link rel="stylesheet" href="cao-common.css">
<script src="jquery.js"></script>
- <script src="game.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>
diff --git a/cao-mobile.html b/cao-mobile.html
new file mode 100644
index 0000000..361cd70
--- /dev/null
+++ b/cao-mobile.html
@@ -0,0 +1,16 @@
+<!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-mobile.js"></script>
+ </head>
+ <body>
+ <div data-role="page">
+ <!-- TODO -->
+ </div>
+ </body>
+</html>
diff --git a/index.html b/index.html
index 92dc074..e0714fc 120000
--- a/index.html
+++ b/index.html
@@ -1 +1 @@
-game.html \ No newline at end of file
+cao-desktop.html \ No newline at end of file