mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
add google ads
This commit is contained in:
parent
baef6f5a2c
commit
5a5cc3b08c
@ -31,7 +31,18 @@
|
||||
|
||||
<div id="main_content_wrap" class="outer">
|
||||
<section id="main_content" class="inner {{ page.title | downcase }}">
|
||||
{{ content }}
|
||||
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- main: new site -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:inline-block;width:728px;height:90px"
|
||||
data-ad-client="ca-pub-1387152161263228"
|
||||
data-ad-slot="4063266514"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
|
||||
{{ content }}
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user