I am working on a django project and I have created index.html file in template folder. Style.css is not working meaning style is not applying on any of the html files and is showing "Refused to apply style because its MIME type(text/html) is not supported stylesheet MIME type, and strict MIME checking is enabled.
I have tried working with style.css in external folder and also the common folder as well but the html file remained unchanged. Style can't be applied on any of the html attribute.