Last active
September 22, 2022 15:00
-
-
Save ramons03/895e4ebe61267f66cd6ea1f03cb0aa10 to your computer and use it in GitHub Desktop.
Base64 Encode of 1x1px Transparent GIF
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
Transparent | |
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"> | |
Black | |
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs="> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment