Front-end/HTML, CSS

템플릿으로 웹 만들기

성중 2021. 2. 14. 16:08

1. 구글에 검색해 적당한 html템플릿을 html파일로 받는다.(free html template)

 

Download 3157 Free Website Templates - CSS & HTML | Free CSS

 

www.free-css.com

*파일에 read me나 licence등의 문서가 있다면 꼭 확인해준다.

2. 압축 해제 후 html파일을 VScode로 연다.

3. <ctrl+f>로 내용을 찾아 수정, <ctrl+s>로 저장해 적용한다.

4. 외부 서버 서비스를 이용해 사이트를 활성화 시킨다. (https://~~~.com)

Netlify (깃 허브로 가입)

 

Netlify: Develop & deploy the best web experiences in record time

A powerful serverless platform with an intuitive git-based workflow. Automated deployments, shareable previews, and much more. Get started for free!

www.netlify.com

5. 사이트를 올린 후 site setting에서 주소를 수정 할 수 있다.

 

*netlify 주의: html파일 이름이 index여야 함