Skip to content

Instantly share code, notes, and snippets.

@whyisjake
Created January 31, 2014 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whyisjake/8743396 to your computer and use it in GitHub Desktop.
Save whyisjake/8743396 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
(function(){
$('body').prepend($('<div>',{id:'banner-canvas'})
.append($('<a>',{id:'bglink',target:'_blank',href:'%%CLICK_URL_ESC%%http://makershed.com',style:'border: none;text-decoration:none;'})
.append($('<img>',{id:'bgpixel',alt:'Click me!',title:'Click me!',src:'http://cdn.makezine.com/make/banner/Connected-Home-Package3-BG.jpg',style:'height:547px;width:2160px;margin: 0 auto; background-position: top center;'}))));
}()
);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment