개발 => 복습 후 재정리 대기/Python
[Flask][Python] HTML에서 js, css 파일 경로 설정법
<link rel="stylesheet" href="{{ url_for('static', filename='파일명.css') }}">
<script type="text/javascript" src="{{ url_for('static', filename='파일명.js') }}"></script>
'개발 => 복습 후 재정리 대기 > Python' 카테고리의 다른 글
[Python] Srot (Buble, Selection, Insertion) (0) | 2021.05.28 |
---|---|
[Python] Stack, 스택 (0) | 2021.05.28 |
[Flask][Python] 기본 틀 (0) | 2021.05.09 |
[Python][bs4] 지니뮤직 크롤링 실습 (0) | 2021.05.09 |
[Python][문법] class, instance (0) | 2021.05.06 |
댓글