Merge pull request #48 from Dafrok/patch-1

Add content of 360 browser
This commit is contained in:
Josh Buchea 2016-04-28 23:23:39 -07:00
commit 14672a2c04
1 changed files with 7 additions and 0 deletions

View File

@ -236,6 +236,13 @@ A collection of HTML head elements.
<meta http-equiv="page-exit" content="revealtrans(duration=3,transition=12)">
```
### 360 Browser
``` html
<!-- select rendering engine in order -->
<meta name="renderer" content="webkit|ie-comp|ie-stand">
```
## App Links
``` html