mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-02-05 06:21:30 +01:00
Merge pull request #178 from mikeprimm/master
Add meta tags for Apple mobile devices - puts page in full screen mode
This commit is contained in:
commit
4eec50a112
@ -8,6 +8,10 @@
|
|||||||
<meta name="keywords" content="minecraft, map, dynamic" />
|
<meta name="keywords" content="minecraft, map, dynamic" />
|
||||||
<meta name="description" content="Minecraft Dynamic Map" />
|
<meta name="description" content="Minecraft Dynamic Map" />
|
||||||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
||||||
|
<!-- These 2 lines make us fullscreen on apple mobile products - remove if you don't like that -->
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
|
|
||||||
<link rel="icon" href="images/dynmap.ico" type="image/ico" />
|
<link rel="icon" href="images/dynmap.ico" type="image/ico" />
|
||||||
|
|
||||||
<!--<link rel="stylesheet" type="text/css" href="css/embedded.css" media="screen" />-->
|
<!--<link rel="stylesheet" type="text/css" href="css/embedded.css" media="screen" />-->
|
||||||
|
Loading…
Reference in New Issue
Block a user