diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-06-02 11:50:49 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:11 +0100 |
| commit | 7cc84923fdb59956890f69fe6363d9ab333cf46a (patch) | |
| tree | 165f24fcda9dcca032d7cdfeacb6bec58a52d73d /src/index.html | |
| parent | 0cd076c85f05fad581ae3ac34338e20e443ecdb1 (diff) | |
| download | brokentalents-7cc84923fdb59956890f69fe6363d9ab333cf46a.tar.gz brokentalents-7cc84923fdb59956890f69fe6363d9ab333cf46a.zip | |
Create a PWA
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 41110e0..0ef6fb8 100644 --- a/src/index.html +++ b/src/index.html @@ -7,6 +7,9 @@ <meta name="description" content="Vainglory Talent and Hero statistics. Find the best Talent for Blitz and Battle Royale. Check Vainglory Hero pick and win rates."> <meta name="keywords" content="Vainglory,Talents,5v5,Blitz,Battle Royale"> <meta property="og:image" content="/dist/assets/TalentGrab_square.jpg"> + <meta name="apple-mobile-web-app-capable" content="yes"> + <meta name="apple-mobile-web-app-status-bar-style" content="black"> + <meta name="apple-mobile-web-app-title" content="Broken Talents Fun"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ @@ -22,6 +25,7 @@ gtag('config', 'UA-118868480-1'); </script> <link rel="stylesheet" href="//cdn.materialdesignicons.com/2.3.54/css/materialdesignicons.min.css"> + <link rel="manifest" href="/dist/manifest.json"> <link rel="shortcut icon" type="image/x-icon" href="/dist/assets/TalentGrab_square.jpg"> </head> <body> |
