Skip to content

Commit

Permalink
google autoads
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Mar 8, 2018
1 parent 78332e5 commit 67d5be0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slf4j-site/src/site/pages/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>SLF4J Binary files</title>
<script src="templates/autoads.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
<link rel="stylesheet" type="text/css" href="css/popup.css" media="screen" />

</head>
<body onload="">
<script type="text/javascript">prefix='';</script>
Expand Down
1 change: 1 addition & 0 deletions slf4j-site/src/site/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>SLF4J</title>
<link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
<script src="templates/autoads.js" type="text/javascript"></script>
</head>
<body>

Expand Down
9 changes: 9 additions & 0 deletions slf4j-site/src/site/pages/templates/autoads.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@


document.write('<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>');
document.write('<script>');
document.write(' (adsbygoogle = window.adsbygoogle || []).push({');
document.write(' google_ad_client: "ca-pub-7471410671306824",');
document.write(' enable_page_level_ads: true');
document.write(' });');
document.write('</script>');

0 comments on commit 67d5be0

Please sign in to comment.