Merge pull request #30 from AJLiu/master

Move theme-color to Browser/Platform
This commit is contained in:
Josh Buchea 2016-04-22 09:54:25 -07:00
commit 5ba283dfab
1 changed files with 7 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">
@ -141,6 +140,13 @@ A collection of HTML head elements.
## Browser/Platform
### Android
``` html
<meta name="theme-color" content="#E64545">
```
### Apple iOS
``` html