Skip to content

Commit 4bd9177

Browse files
authored
Merge pull request #23 from saisyam/google-adsense
added google adsense code
2 parents 2230a88 + ab93e06 commit 4bd9177

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

templates/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@
2727
<div class="hero-titles">
2828
<h1 style="font-weight: 200; font-size: 700%;margin-bottom: 10px;margin-top: 10px;">Gistify</h1>
2929
<h2 class="hero-tagline">Embed any source file from Github into your webpage with syntax highlighting</h2>
30+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
31+
<!-- horizontal_ad -->
32+
<ins class="adsbygoogle"
33+
style="display:block"
34+
data-ad-client="ca-pub-0206245742790279"
35+
data-ad-slot="4247058858"
36+
data-ad-format="auto"
37+
data-full-width-responsive="true"></ins>
38+
<script>
39+
(adsbygoogle = window.adsbygoogle || []).push({});
40+
</script>
3041
</div>
3142
</div>
3243
</div>

0 commit comments

Comments
 (0)