css not loading property using express .ejs nodejs css not loading property using express .ejs nodejs express express

css not loading property using express .ejs nodejs


Maybe missing / is a problem

<link rel="stylesheet" type="text/css" href="/registration.css">


Try to add a forward slash before your style.css href. As it seems to me, everything is setup correctly and it might be only a problem with the current folder reference.