반응형
1. html 파일을 index.html로 바꾸자
2. <head profile="http://www.w3.org/2005/10/profile">이렇게 삽입하자.
3. 깃허브를 올릴 땐 경로를 잘 확인하자.
(1) html 안의 js 파일들의 경로 예를들자면 <script src="js/weather.js"></script>가 아니라 <script src="weather.js"></script>
왜냐면 깃헙에 커밋할 때 폴더 그대로 안올리기 때문
(2) 파일의 대소문자 확인하기
(3) 이미지 파일을 삽입했다면 경로 잘 확인하기
4. 그래도 문제라면 콘솔창을 잘 확인해서 문제를 파악하자!
반응형
'❗️Error > 오류를 해결하자!' 카테고리의 다른 글
리액트) contains an input of type text with both value and defaultValue props (0) | 2022.06.09 |
---|---|
리액트) encountered two children with the same key, 오류 해결 방법, 고유한 key 값 설정하기 (0) | 2022.06.08 |
깃헙에서 .DS_store가 자꾸 말썽을 피울때, gitignore (0) | 2022.06.07 |
Uncaught SyntaxError: Illegal return statement (0) | 2022.05.16 |
Node.js / ENOENT: no such file or directory, open ... (0) | 2022.05.10 |