We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323b922 commit 2302a66Copy full SHA for 2302a66
index.html
@@ -21,6 +21,13 @@
21
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
22
document.getElementsByTagName( 'head' )[0].appendChild( link );
23
</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>
31
</head>
32
<body>
33
<div class="reveal">
0 commit comments