mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-25 03:35:18 +01:00
Add meta tags for Apple mobile devices - full screen layout works nice
This commit is contained in:
parent
d0bee6f030
commit
4b30fff8a7
@ -8,6 +8,10 @@
|
||||
<meta name="keywords" content="minecraft, map, dynamic" />
|
||||
<meta name="description" content="Minecraft Dynamic Map" />
|
||||
<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="stylesheet" type="text/css" href="css/embedded.css" media="screen" />-->
|
||||
|
Loading…
Reference in New Issue
Block a user