Trying to run website on express server but it fails to get the styles and only shows the html file, i have included the stylesheet inside the html file, any ideas why ?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
hard to point out an issue you have without seeing the code, but my guess is a MIME setting.
This might be useful.
stackoverflow.com/questions/174785...
Maybe check that CSS and other static files are served by the server.
expressjs.com/en/starter/static-fi...