mirror of
https://github.com/gabrielecirulli/2048.git
synced 2026-08-31 01:36:40 +08:00
set status bar to black
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ CACHE MANIFEST
|
||||
# Adds the ability to play the game online.
|
||||
# The following comment needs to be updated whenever a change is made.
|
||||
# Run `rake appcache:update` to do so
|
||||
# Updated: 2014-03-24T19:07:26+01:00
|
||||
# Updated: 2014-03-26T12:53:29+01:00
|
||||
|
||||
# Main page
|
||||
index.html
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<link rel="apple-touch-icon" href="meta/apple-touch-icon.png">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
Reference in New Issue
Block a user