We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2230a88 + ab93e06 commit 4bd9177Copy full SHA for 4bd9177
templates/index.html
@@ -27,6 +27,17 @@
27
<div class="hero-titles">
28
<h1 style="font-weight: 200; font-size: 700%;margin-bottom: 10px;margin-top: 10px;">Gistify</h1>
29
<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>
41
</div>
42
43
0 commit comments