+ 1
Hey I have a question Im making a website right now and I want to make a favicon
I tried to make the favicon logo on my web. It doesn't work. I usef this code: <link rel="shortcut icon" type="image/png" href="fol/favicon.png">
3 ответов
+ 1
Thx I'll try this
0
Mby because the browser saves href="fol/favicon.png" and therefor can't load it for this task try using the entire link like
href="http://somedomain.com/fol/favicon.png"
0
Did it work?