Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit e623331

Browse files
committed
Deploy adsense banner to help fund development & me
1 parent eebb367 commit e623331

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,20 @@ <h2>
366366

367367
<hr/>
368368

369+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
370+
<!-- Banner 1 -->
371+
<ins class="adsbygoogle"
372+
style="display:block"
373+
data-ad-client="ca-pub-4266526051230566"
374+
data-ad-slot="9114202102"
375+
data-ad-format="auto"
376+
data-full-width-responsive="true"></ins>
377+
<script>
378+
(adsbygoogle = window.adsbygoogle || []).push({});
379+
</script>
380+
381+
<hr/>
382+
369383
<h3>Examples:</h3>
370384

371385
<h4>Button Configuration:</h4>

index.tpl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,20 @@ options = {
366366

367367
<hr/>
368368

369+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
370+
<!-- Banner 1 -->
371+
<ins class="adsbygoogle"
372+
style="display:block"
373+
data-ad-client="ca-pub-4266526051230566"
374+
data-ad-slot="9114202102"
375+
data-ad-format="auto"
376+
data-full-width-responsive="true"></ins>
377+
<script>
378+
(adsbygoogle = window.adsbygoogle || []).push({});
379+
</script>
380+
381+
<hr/>
382+
369383
<h3>Examples:</h3>
370384

371385
<h4>Button Configuration:</h4>

0 commit comments

Comments
 (0)