diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 26a50f2..42470eb 100644 --- a/src/index.html +++ b/src/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> </body> |
