Last active
August 29, 2015 14:14
-
-
Save lcamacho/324f48745d122417a9de to your computer and use it in GitHub Desktop.
Firefox OS Google Ads
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>ads</title> | |
</head> | |
<body style="margin:0"> | |
<ins class="adsbygoogle" | |
style="display:block;overflow:hidden" | |
data-ad-client="ca-pub-XXXXXXXXXXXXXXXX" | |
data-ad-slot="XXXXXXXXXX" | |
data-ad-format="auto"></ins> | |
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | |
<script> | |
(adsbygoogle = window.adsbygoogle || []).push({}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment