(2016-09-21, 5:00)Orion Pobursky Wrote: Done but it's not loading for me. Anybody else?
It shows up for me in Chrome, but not Firefox. Doing a "view source", I see the following entry in this page's header:
Code:
<link rel="icon" href="favicon.ico" type="image/x-icon" />
Looking at ldview.sourceforge.net, where my favicon does show up in Firefox, I see I used this:
Code:
<LINK REL="SHORTCUT ICON" href="favicon.ico">
Maybe Firefox requires the REL value to be "SHORTCUT ICON" instead of just "icon"?