favicon.ico Status 404 해결방법

favicon.ico 파일이 있어서 경로를 직접 설정해주는 게 최선이지만
favicon.ico가 없다면 아래와 같이 넣어준다.

<html>
<head>
    <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
</head>
</html>

 

이렇게 넣으면 완료 !!

Press ESC to close