diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-08 22:09:40 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:17 +0100 |
| commit | facf52229a4cb92b26779ecd46c0f2526eaf443c (patch) | |
| tree | 651c31808fd2bae6f5164cc03996a2e5fcc7b54e /index.html | |
| parent | 56820a06e6b2e33a282956814358cb33cd9d5394 (diff) | |
| download | brokentalents-facf52229a4cb92b26779ecd46c0f2526eaf443c.tar.gz brokentalents-facf52229a4cb92b26779ecd46c0f2526eaf443c.zip | |
adsense
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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> |
