Here is the inlined file:
<link rel="icon" type="image/png" href="img/favicon.png">
And it should be:
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAE40lEQVR4Ad3bbWiWVRjA8f/zuD1zm8umkq[.....]">
The favicon image doesnt seem to be inlined.
Here is the inlined file:
<link rel="icon" type="image/png" href="img/favicon.png">
And it should be:<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAE40lEQVR4Ad3bbWiWVRjA8f/zuD1zm8umkq[.....]">