为什么我的浏览器无法显示我的语义UI CSS表单

时间:2019-04-29 04:47:12

标签: semantic-ui

我正在创建一个表单,并将其通过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正在工作。我很困惑

1 个答案:

答案 0 :(得分:1)

尝试使用以下代码段

<link
  rel="stylesheet"
  type="text/css"
  href="http://localhost:3000/dist/semantic.min.css"
/>

您似乎试图将样式表包含在text/html