diff options
author | Jeremie Taboada <taboada.jeremie@gmail.com> | 2015-06-05 03:29:10 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-08 17:01:47 +0100 |
commit | 9f0d982489e56302a9e82eea2a3f0f66cd6e7aef (patch) | |
tree | 4ce872cf27d5474767661f683dc26ce7c800b1a4 /cao-mobile.html | |
parent | b65442b4bc151d8161c68adb4b7330ca2230a503 (diff) |
Add meta!!!!!
Diffstat (limited to 'cao-mobile.html')
-rw-r--r-- | cao-mobile.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cao-mobile.html b/cao-mobile.html index a52792b..85d7228 100644 --- a/cao-mobile.html +++ b/cao-mobile.html @@ -2,6 +2,7 @@ <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"> @@ -13,6 +14,7 @@ <div data-role="page"> <header hidden> <span id="leave-room">Leave this room</span> + <span id="score">Your score is 0</span> </header> <div id="home" class="page current"> <h1>Cards Against Humanity</h1> |