Created
November 10, 2015 11:25
-
-
Save joakin/fa4809a2042193a541a1 to your computer and use it in GitHub Desktop.
Head Shot
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
<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