我正在创建一个表单,并将其通过3000端口在我的本地主机上提供。
一切正常,除了我的浏览器无法在浏览器中显示CSS代码并且出现此错误
Refused to apply style from 'http://localhost:3000/Semantic-UI-master/dist/semantic.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
发生了什么事?当我单击html文件时,CSS正在工作。我很困惑
答案 0 :(得分:1)
尝试使用以下代码段
<link
rel="stylesheet"
type="text/css"
href="http://localhost:3000/dist/semantic.min.css"
/>
您似乎试图将样式表包含在text/html