Created
March 2, 2017 18:52
-
-
Save 5A5K1A/0e23406e5a1055e5143ddd62c306a48e to your computer and use it in GitHub Desktop.
Metatag Theme Color in head
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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