Skip to content

Commit d08649f

Browse files
committed
Repositioned ads to make them less intrusive
1 parent 3b2bc3a commit d08649f

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

demo/demo.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,21 @@ <h1>Give it a try</h1>
5454
<li>Allows programmatic access to remove all keys for a given app</li>
5555
</ul>
5656

57-
<!-- Sorry guys, I need to earn a living -->
58-
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
59-
<!-- ALS Leaderboard -->
60-
<ins class="adsbygoogle"
61-
style="display:inline-block;width:728px;height:90px"
62-
data-ad-client="ca-pub-8242772837340688"
63-
data-ad-slot="1586567981"></ins>
64-
<script>
65-
(adsbygoogle = window.adsbygoogle || []).push({});
66-
</script>
67-
6857
<h3>Usage</h3>
6958

59+
<!-- Sorry guys, I need to earn a living -->
60+
<div style="float: right">
61+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
62+
<!-- ALS Leaderboard -->
63+
<ins class="adsbygoogle"
64+
style="display:inline-block;width:728px;height:90px"
65+
data-ad-client="ca-pub-8242772837340688"
66+
data-ad-slot="1586567981"></ins>
67+
<script>
68+
(adsbygoogle = window.adsbygoogle || []).push({});
69+
</script>
70+
</div>
71+
7072
<h6>Dependencies:</h6>
7173
<ul>
7274
<li><code>AngularJS</code> <small><a href="http://angularjs.org/">http://angularjs.org/</a></small></li>

0 commit comments

Comments
 (0)