Issue
I have tried the following code:<link rel="icon" type="image/png" href="/favicon.png/>
, all I get is a small white globe symbol indicating it is "A Local Or Shared File"
Solution
Have a look at this stack overflow article here, It states that it cant be done with a standard image you will need to Base64 encode the image
https://stackoverflow.com/a/13033667/16833982
Answered By – Dave Amison
Answer Checked By – Senaida (AngularFixing Volunteer)