Now that we've settled that, anyone have any idea how to add a favicon to a web page?
You need to have this code in between the <head> </head> tags of the page.
<link rel="shortcut icon" type="image/x-icon" href="http://domain.tld/favicon.ico" />
You favicon can be any of the following formats
.ico
.gif
.png
.jpg
in sizes of 16×16, 32×32 and 64x64 as measured in pixels.