Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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'));
 
PREVIOUS NEXT
Tagged: #stylesheet #loaded
ADD COMMENT
Topic
Name
9+8 =