(index):1 Refused to apply style from 'http://127.0.0.1:8080/css/main.css' 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'));