summaryrefslogtreecommitdiff
path: root/cao-mobile.html
diff options
context:
space:
mode:
Diffstat (limited to 'cao-mobile.html')
-rw-r--r--cao-mobile.html16
1 files changed, 16 insertions, 0 deletions
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>