Answers for "GEThttp://localhost:3000/favicon.ico"

4

http://127.0.0.1:5500/favicon.ico

<link rel="shortcut icon" href="#" />
Posted by: Guest on October-05-2020
0

GEThttp://localhost:3000/favicon.ico

I was able to fix it by putting the following line in the head section of my html file

<link rel="shortcut icon" href="#">

I am currently using this in my testing environment, but I would remove it for any production environment.
Posted by: Guest on October-02-2021

Code answers related to "GEThttp://localhost:3000/favicon.ico"

Code answers related to "Javascript"

Browse Popular Code Answers by Language