emptygif
Language: English

All languages and frameworks

Blank favicon HTML

A HTML snippet for Blank favicon that answers requests for /pixel.gif with the empty GIF, decoded once at startup.

Blank favicon HTML

File
index.html
<!-- A transparent favicon; also stops the browser from requesting /favicon.ico -->
<link rel="icon" href="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==">

We ran this snippet and compared the bytes it returned.

Official site: Blank favicon

More in HTML