hyunyeee / likelion-session2

멋쟁이사자처럼 2주차 세션 레포지토리입니다.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

like-lion-session2

< 에러 - CSS 적용 안됨 >

Refused to apply style from 'http://localhost:63342/style/sign.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

< 해결 >
  • a 태그 속성 추가 type="text/html"

  • 파일 구조 변경

    .
    ├── 📄 README.md
    ├── 📂 html
    │   ├── 📄 index.html
    │   ├── 📄 signin.html
    │   ├── 📄 signup.html
    │   └── 📂 style
    │       ├── 📄 index.css
    │       └── 📄 sign.css
    └── 📂 js
    

About

멋쟁이사자처럼 2주차 세션 레포지토리입니다.


Languages

Language:JavaScript 58.9%Language:CSS 23.3%Language:HTML 17.8%