반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- table cell size
- Django
- Django column 값 가져오기
- DI
- Django 특정 값 가져오기
- html cell
- table tag
- Dependency
- html cell size
- Dependency Injection
- html
- Spring
Archives
- Today
- Total
emluy 개발 일기
express.js #0 - css 연결 본문
SMALL
0. html 파일에서 head 태그 부분은 header.ejs에 넣어주고 body닫는 태그와 html닫는 태그는 footer.ejs로 넣어준다.
why?? head태그 부분에 link태그들이 계속 추가된다면 계속해서 이 head태그를 포함한 html파일들을 만들 경우 비효율적임
#views/header.ejs
-7번째 줄은 아직 적지말것~!
#views/footer.ejs
#views/index.ejs -> 메인 내용 담을 html
- 1번째 줄 : header.ejs 파일 가져와서 붙여라
- 3번째 줄: footer.ejs파일 가져와서 붙여라
1. css 연결하기
:pubilc 폴더의 stylesheets 폴더에 파일 생성
ex) main.css 라 생성해주었다.
2. 그리고 아까 0번에서 만들어준 header.ejs 파일에 다음과 같이 css 링크태그 추가!
반응형
'웹 개발 > express.js' 카테고리의 다른 글
express.js - mongoDB 연결 후 DB, Collection(table), Document(data) 다루기, 관련 shell 명령어 (0) | 2020.08.03 |
---|---|
express.js #1 - MongoDB 연결하기 (0) | 2020.07.31 |
Express.js - 라우팅 (0) | 2020.07.30 |
express.js - 미들웨어 (0) | 2020.07.30 |
Express.js를 왜 쓸까? & 습득 과정 (0) | 2020.07.30 |
Comments