diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-31 22:40:17 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-31 22:40:17 -0400 |
commit | db78d6293106263941af62120ab67152c97ea5e8 (patch) | |
tree | 1cdccab8e558b007d7861804c6a66bd232a670a1 /www/index.html | |
parent | c4e5c09dbcfa26dde90d9cf8d4e2692e79109d73 (diff) | |
download | html5ks-db78d6293106263941af62120ab67152c97ea5e8.tar.xz html5ks-db78d6293106263941af62120ab67152c97ea5e8.zip |
index.html: let mobile zoom; controls are too small
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 6070200..06e67d4 100644 --- a/www/index.html +++ b/www/index.html @@ -2,7 +2,7 @@ <html class="no-js"> <head> <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> + <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> <title>Katawa Shoujo</title> <script> window.define = function(factory) { |