Skip to content

Instantly share code, notes, and snippets.

@lcamacho
Last active August 29, 2015 14:14
Show Gist options
  • Save lcamacho/324f48745d122417a9de to your computer and use it in GitHub Desktop.
Save lcamacho/324f48745d122417a9de to your computer and use it in GitHub Desktop.
Firefox OS Google Ads
<!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