Created
August 7, 2013 15:55
-
-
Save anandkumar/6175399 to your computer and use it in GitHub Desktop.
Check the tutorial at http://www.blogsynthesis.com/?p=1240
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
.... | |
YOUR ADSENSE CSS CODE HERE | |
</head> | |
<body> | |
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | |
.... | |
<!-- Adsense Ad Unit 1 --> | |
YOUR ADSENSE AD 1 | |
. | |
. | |
<!-- Adsense Ad Unit 2 --> | |
YOUR ADSENSE AD 2 | |
. | |
. | |
<!-- Adsense Ad Unit 2 --> | |
YOUR ADSENSE AD 3 | |
. | |
. | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment