diff options
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> |
