'I'm working on website and styles is not displaying [duplicate]
index.html:1 Refused to apply style from 'http://localhost:8080/style.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Solution 1:[1]
You're saying that it says that the MIME type is text/html, if its a CSS file the MIME type should be text/css.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Stefan |
