summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-05-08 22:09:40 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 16:59:17 +0100
commitfacf52229a4cb92b26779ecd46c0f2526eaf443c (patch)
tree651c31808fd2bae6f5164cc03996a2e5fcc7b54e /index.html
parent56820a06e6b2e33a282956814358cb33cd9d5394 (diff)
downloadbrokentalents-facf52229a4cb92b26779ecd46c0f2526eaf443c.tar.gz
brokentalents-facf52229a4cb92b26779ecd46c0f2526eaf443c.zip
adsense
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/index.html b/index.html
index 82ed9bf..d6aff81 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,15 @@
<head>
<meta charset="UTF-8">
<title>Broken Talents Fun</title>
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"></head>
+ <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>