summaryrefslogtreecommitdiff
path: root/index.html
blob: d6aff81d5864420bdb6cb4e91ca12e04fe3906e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>Broken Talents Fun</title>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <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>
  </head>
  <body>
    <div id="app"></div>
  <script type="text/javascript" src="dist/build.js"></script></body>
</html>