
코딩 넷컷에서 폴더에 img1,2,3파일을 그대로 깃허브에 업로드 후 배포를 완료 했는데요 visit site 후 이미지가 출력되지 않습니다 ㅠ 코드를 수정 해야 하나요 ??
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>코딩 넷컷!</title>
<style>
/* 이서윤체 폰트 적용을 위한 코드 */
@font-face {
font-family: "LeeSeoyun";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2202-2@1.0/LeeSeoyun.woff") format("woff");
font-weight: normal;
font-sty
