HTML5 valid
This commit is contained in:
6
utils/EmptyImage.go
Normal file
6
utils/EmptyImage.go
Normal file
@ -0,0 +1,6 @@
|
||||
package utils
|
||||
|
||||
// EmptyImage returns the smallest possible 1x1 pixel image encoded in Base64.
|
||||
func EmptyImage() string {
|
||||
return "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
|
||||
}
|
Reference in New Issue
Block a user