Posts by Sanches • 35 points
2 posts
-
2
votes1
answer402
viewsQ: How to change pages through nodejs?
Well, I tried to switch pages hit the login button, but I get this error: "path must be absolute or specify root to res.sendFile". My folder structure: HTML form (index.html): <div…
-
1
votes1
answer2635
viewsQ: I can’t load CSS and Javascript on my Node.js page
I am unable to load the css and js, when running the server I get the following message on the console: "Refused to apply style from '' because its MIME type ('text/html') is not a supported…