bootstrap.css mime type ('text/html') is not a supported stylesheet mime type and strict mime checking is enabled code example
Example: 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'));