Published
- 1 min read
adding a favicon in html
The solution for this is noted below
adding a favicon in html
Solution
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="icon" type="image/png" href="https://example.com/favicon.png" />
Try other methods by searching on the site. That is if this doesn’t work