This commit is contained in:
Anthony Liu 2016-04-22 02:47:34 +00:00
commit 08debb9c7e
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