add link tag for the W3C App Manifest specification

This commit is contained in:
justmarkup 2016-04-21 08:46:34 +02:00
parent 9ab7f24c48
commit 9f408a0b4d
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ A collection of HTML head elements.
<link rel="canonical" href="https://example.com/2010/06/9-things-to-do-before-entering-social-media.html">
<link rel="EditURI" href="https://example.com/xmlrpc.php?rsd" type="application/rsd+xml" title="RSD">
<link rel="pingback" href="https://example.com/xmlrpc.php">
<link rel="manifest" href="manifest.json">
```