Add: google AdSense registration script

This commit is contained in:
2018-10-29 08:52:54 +09:00
parent fd8d7f8739
commit ee2c537e54
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -25,6 +25,15 @@
$("#footer").load("./../module/footer.html");
});
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-1331753663238060",
enable_page_level_ads: true
});
</script>
</head>