Android and Windows theme color

This commit is contained in:
Anthony Liu 2016-04-21 22:47:14 -04:00
parent a080b1a917
commit c7ad7e23ab
1 changed files with 12 additions and 1 deletions

View File

@ -41,7 +41,6 @@ A collection of HTML head elements.
<meta name="rating" content="General">
<meta name="revisit-after" content="7 days">
<meta http-equiv="refresh" content="300;url=https://example.com/">
<meta name="theme-color" content="#E64545">
<!-- Cache Control -->
<meta http-equiv="Expires" content="0">
@ -157,6 +156,18 @@ A collection of HTML head elements.
[Apple Meta Tags](https://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html)
#### Android
``` html
<meta name="theme-color" content="#E64545">
```
#### Windows Phone
``` html
<meta name="msapplication-navbutton-color" content="#E64545">
```
#### Internet Explorer
``` html