favicon : 인터넷 웹 브라우저의 주소창에 표시되는 웹사이트나 웹페이지를 대표하는 아이콘 웹 사이트에서 자동으로 /favicon.ico 경로에서 favicon을 요청하는데이 경로에 파일이 없으면 404 에러가 발생한다. html 파일 head 부분에 지정할 favicon 경로를 넣거나href="#"을 해주면 문제가 해결된다. https://stackoverflow.com/questions/39149846/why-am-i-seeing-a-404-not-found-error-failed-to-load-favicon-ico-when-not-usin Why am I seeing a 404 (Not Found) error failed to load favicon.ico when not using this?..