Created
January 31, 2014 21:20
-
-
Save whyisjake/8743396 to your computer and use it in GitHub Desktop.
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
<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