Answers for "the style sheet was not loaded because its mime type"

3

stylesheet not loaded because of mime-type

put your .css file in a folder called public
in your app.js file add the following code:

app.use(express.static('public'));
Posted by: Guest on November-04-2020

Code answers related to "the style sheet was not loaded because its mime type"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language