Skip to content

Instantly share code, notes, and snippets.

@joakin
Created November 10, 2015 11:25
Show Gist options
  • Save joakin/fa4809a2042193a541a1 to your computer and use it in GitHub Desktop.
Save joakin/fa4809a2042193a541a1 to your computer and use it in GitHub Desktop.
Head Shot
<body><script>
for (var i = 0; i < 500; i++) {
var img = document.createElement('img')
img.src = 'http://media.giphy.com/media/11duMLMvh7XW3C/giphy.gif'
document.body.appendChild(img)
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment