4 June, 2015
0 Comments
1 category
When there is no favicon.ico in the root of your website, then the browser will automatically get a 404 favicon error.
To prevent this error, you can add a transparent favicon.ico to the “head” tag of your HTML page:
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
Tags: HTML
Category: Uncategorized