Last active
December 27, 2019 17:35
-
-
Save joe-oli/0818c80bfa9febcb352f72b03918e47b to your computer and use it in GitHub Desktop.
favicon favourite icon fave icon no more annoying favicon could not be loaded message.
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
<!-- | |
No more annoying messages in console, and no need to add another file to the repository; just include it in the head for a "blank" icon. | |
--> | |
<link href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII=" rel="icon" type="image/x-icon" /> | |
<!-- ALT: apparently either of the following also suppresses Browser request for favicon.ico --> | |
<link rel="shortcut icon" type="image/x-icon" href="data:image/x-icon;,"> | |
<link rel="icon" href="data:,"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment