Move theme-color to Browser/Platform

This commit is contained in:
Anthony Liu 2016-04-22 12:01:29 -04:00
parent e8f075e874
commit 782c6538a2
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