jm_p_op
HTML-css,js,image 파일 분리 연결 본문
static 파일 만들기
static/css
static/images
static/js
<head>
<link rel="stylesheet" href="../static/css/styles.css" />
<script src="../static/js/index.js"></script>
</head>
<body>
<img src="../static/images/team.jpg" alt="team" />
</body>
""적을때 tip
../ 을 치면 있는 폴더가 목록에 뜬다.

static/ 클릭
images/클릭
team.jpg 클릭
'Front > html' 카테고리의 다른 글
| .html Response(django to js(html)) db send (0) | 2023.05.24 |
|---|