Skip to content

Instantly share code, notes, and snippets.

@nacika-ins
Created July 8, 2013 15:23
Show Gist options
  • Save nacika-ins/5949792 to your computer and use it in GitHub Desktop.
Save nacika-ins/5949792 to your computer and use it in GitHub Desktop.
var a = new Image();
a.src = "http://ec2.images-amazon.com/images/I/41BQMkJNYsL._SL500_AA300_.jpg";
document.body.innerHTML = "";
document.body.appendChild(a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment