diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-06-04 01:36:57 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-04 01:36:57 +0100 |
commit | 987057dc0b8892e38cf39005f96c655ac76e19bf (patch) | |
tree | f25c0556750ddee45f644aa27899ca8781885246 /game.html | |
parent | 1cf58beeafc9dd0db95609cd7c1ce7529cdb9842 (diff) |
added the squeleton for the client
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'game.html')
-rw-r--r-- | game.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/game.html b/game.html new file mode 100644 index 0000000..1b90fab --- /dev/null +++ b/game.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Cards Against Originality (Revisited)</title> + <link rel="stylesheet" href="style.css"> + <script src="jquery.js"></script> + <script src="game.js"></script> + </head> + <body> + </body> +</html> |