node js when you serve html fiels does the file has to be in the same folder as your server js code example
Example: access to static file nodejs
app.use(express.static(__dirname + '/public'));
<link rel="stylesheet" type="text/css" href="css/style.css" />