Hello,
Yes, now you should format correctly the requests
Now you are asking files that are not present 😉 you have 2 options: - you serve the files from a folder named expresse-server in that case they should be resolved - you route correctly the request.
Basically you should ask for https://192.168.1.1/express-server /stylesheets/style.css and serve the right file! You should look in the HTML file.
... View more