summaryrefslogtreecommitdiff
path: root/src/index.html
blob: 42470ebe116d1b4716ce1f42ace43b8b59ee0f33 (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>
  </body>
</html>