m |
m |
||
Line 1: | Line 1: | ||
<includeonly></p><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client<!--{$client|escape:html}-->"></script> | <includeonly></p> | ||
<style> | |||
.test_ad_1 { width: 320px; height: 100px; } | |||
@media(min-width: 500px) { .test_ad_1{ width: 468px; height: 60px; } } | |||
@media(min-width: 800px) { .test_ad_1{ width: 728px; height: 90px; } } | |||
</style> | |||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client<!--{$client|escape:html}-->" crossorigin="anonymous"></script> | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
console.log("Well Hello Friends!"); | console.log("Well Hello Friends!"); | ||
Line 5: | Line 11: | ||
<!--{$name|escape:html}--> | <!--{$name|escape:html}--> | ||
<div style="min-width: 150px;min-height: 50px;"> | <div style="min-width: 150px;min-height: 50px;"> | ||
<ins class="adsbygoogle" | <ins class="adsbygoogle test_ad_1" | ||
style="display:block;width:<!--{$width|escape:'int'}-->;height:<!--{$height|escape:'int'}-->" | style="display:block;width:<!--{$width|escape:'int'}-->;height:<!--{$height|escape:'int'}-->" | ||
data-ad-client="<!--{$client|escape:html}-->" | data-ad-client="<!--{$client|escape:html}-->" | ||
data-ad-format=" | data-ad-format="rectangle" | ||
data-ad-slot="<!--{$slot|escape:html}-->"> | data-ad-slot="<!--{$slot|escape:html}-->"> | ||
</ins> | </ins> |