Last active
August 29, 2015 14:08
-
-
Save designbyadrian/ab3d957af0589e509543 to your computer and use it in GitHub Desktop.
Revisions
-
designbyadrian renamed this gist
Oct 27, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
designbyadrian renamed this gist
Oct 27, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
designbyadrian revised this gist
Oct 27, 2014 . 2 changed files with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes.File renamed without changes. -
designbyadrian revised this gist
Oct 27, 2014 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1 @@ At only 26 bytes, this GIF is based on the article [The Tiniest GIF Ever](http://probablyprogramming.com/2009/03/15/the-tiniest-gif-ever) and comment by *"Example"* -
designbyadrian created this gist
Oct 27, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ Based on the article [The Tiniest GIF Ever](http://probablyprogramming.com/2009/03/15/the-tiniest-gif-ever) and comment by *Example* 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ document.getElementById("img").src = "data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="; 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ <?php header('Content-Type: image/gif'); echo base64_decode('R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs='); ?>