added "navigation bar color" (mobile browser)
This commit is contained in:
@@ -34,14 +34,22 @@
|
||||
|
||||
<title>Pathfinder</title>
|
||||
|
||||
<meta property="og:title" content="EVE ONLINE mapping tool" />
|
||||
<meta property="og:site_name" content="PATHFINDER" />
|
||||
<meta property="og:image" content="{{ @URL }}/public/img/logo.png" />
|
||||
<meta property="og:url" content="{{ @URL }}" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:locale:alternate" content="de_DE" />
|
||||
<meta property="og:title" content="EVE ONLINE mapping tool">
|
||||
<meta property="og:site_name" content="PATHFINDER">
|
||||
<meta property="og:image" content="{{ @URL }}/public/img/logo.png">
|
||||
<meta property="og:url" content="{{ @URL }}">
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta property="og:locale:alternate" content="de_DE">
|
||||
<meta property="og:description" content="PATHFINDER is an 'open source' mapping tool for EVE ONLINE,
|
||||
primarily developed to enrich the gameplay of small scale PvP and PvE." />
|
||||
primarily developed to enrich the gameplay of small scale PvP and PvE.">
|
||||
|
||||
<!-- Chrome, Firefox OS and Opera -->
|
||||
<meta name="theme-color" content="#2b2b2b">
|
||||
<!-- Windows Phone -->
|
||||
<meta name="msapplication-navbutton-color" content="#2b2b2b">
|
||||
<!-- iOS Safari -->
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#2b2b2b">
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="public/css/pathfinder.css?{{ @PATHFINDER.VERSION }}">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user