Can't load external css when in localhost
问题 I'm working on a project using arduino, node.js and socket.io. I am running it in localhost, however my external stylesheet wont load. The error seems to be saying it cant get my css from this path http://localhost:1337/css/main.css However if i keep the css in a style tag in the html file it all works fine, is there a way to keep the css external so it doesnt clutter my html file? Heres how im loading in my css <link rel="stylesheet" type="text/css" href="css/main.css"> Here is how my file