summaryrefslogtreecommitdiff
path: root/src/index.html
blob: bf6ca3bf13a8d5efe12d50124abecb96c02e76e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>Vainglory Broken Talents Fun Statistics</title>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="Vainglory Talent and Hero statistics. Find the best Talent for Blitz and ARAL. Check Vainglory Hero pick and win rates.">
    <meta name="keywords" content="Vainglory,Talents,5v5,Blitz,ARAL">
    <meta property="og:image" content="/dist/assets/TalentGrab_square.jpg">
    <meta name="theme-color" content="#01579b"/>
    <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({
        google_ad_client: "ca-pub-6856963757796636",
        enable_page_level_ads: true
      });
    </script>
    <link rel="stylesheet" href="//cdn.materialdesignicons.com/2.3.54/css/materialdesignicons.min.css">
    <link rel="shortcut icon" type="image/x-icon" href="/dist/assets/TalentGrab_square.jpg">
  </head>
  <body>
    <div id="app"></div>
  </body>
</html>