Skip to content

Commit 2302a66

Browse files
authored
implementing adwords
1 parent 323b922 commit 2302a66

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
2222
document.getElementsByTagName( 'head' )[0].appendChild( link );
2323
</script>
24+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
25+
<script>
26+
(adsbygoogle = window.adsbygoogle || []).push({
27+
google_ad_client: "ca-pub-4768019574394125",
28+
enable_page_level_ads: true
29+
});
30+
</script>
2431
</head>
2532
<body>
2633
<div class="reveal">

0 commit comments

Comments
 (0)