Skip to content

Instantly share code, notes, and snippets.

@5A5K1A
Created March 2, 2017 18:52
Show Gist options
  • Save 5A5K1A/0e23406e5a1055e5143ddd62c306a48e to your computer and use it in GitHub Desktop.
Save 5A5K1A/0e23406e5a1055e5143ddd62c306a48e to your computer and use it in GitHub Desktop.
Metatag Theme Color in head
<html>
<head>
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#177EB2">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#177EB2">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment