An odd thing I've never seen or had occur in all the years of web dev:
The other day I got some code from Git-Hub and added it to my index page.
I decided not to use the code and removed it.
I then noticed that the Git-Hub favicon image is being displayed in my Chrome tab for this dev page.
How could this possibly happen? There is no code for this in the page and that icon is not on my server (I have never added any favicon for this project.)
The only thing I can possibly think of is that it's some kind of memory issue in my machine (but that makes no sense either.)
Has anyone ever seen something like this? It's not a huge issue, it's just a cloned, dev page; I would like to understand why it's happening, though.
Thank you in advance!