Newer
Older
Import / web / puzzlrz.com / sudoku / ads / google_ads.php
@John Ryland John Ryland on 22 Dec 2020 456 bytes import NUC files

<?php
/*
<script>
  (adsbygoogle = window.adsbygoogle || []).push({
    google_ad_client: "ca-pub-1592611400556802",
    enable_page_level_ads: true
  });
</script>

<!-- SuDoKu -->
<div id="BannerAd">
<ins class="adsbygoogle"
     style="display:inline-block;width:728px;height:90px"
     data-ad-client="ca-pub-1592611400556802"
     data-ad-slot="2878300326"></ins>
</div>
<script>
  (adsbygoogle = window.adsbygoogle || []).push({});
</script>
*/
?>