Skip to content

Instantly share code, notes, and snippets.

@joe-oli
Last active December 27, 2019 17:35
Show Gist options
  • Save joe-oli/0818c80bfa9febcb352f72b03918e47b to your computer and use it in GitHub Desktop.
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.
<!--
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