I am developing a web page using JavaScript and HTML, everything was working good when I have received this list of errors from my HTML page:
Are you using express?
Check your path(note the "/" after /public/):
/
app.use(express.static(__dirname + "/public/"));
//note: you do not need the "/" before "css" because its already included above:
rel="stylesheet" href="css/style.css
Hope this helps