How do I add an icon to the browsers tab through CSS?
I tried to do this:
head
{
icon: 'images/favicon.ico';
}
But it says that it can't resolve the reference. Then I looked around on stackoverflow and other places, and I keep finding what appears to be HTML solutions and not just CSS solutions, unless that's impossible of course.