I did the following steps:
- Installed Node.js
- in cmd, write: npm install http-server -g
- cd user/me/local where my website files are
- in google chrome, type: localhost:8080
in localhost8080 I open my html file to see how my website looks. All the images are gone.
In my html file I wrote: <img src="imagens/karla.jpg" />
But I guess my C drive can't be acessed
so not images are show.
I tried <img src="http://localhost:8080/imagens/karla.jpg" /> but still doesn't work. However the link http://localhost:8080/imagens/karla.jpg work and the image is there.
Note: when I run Visual Studios to test my website, it works fine. My localhost8080:

EDIT: Well... everything is working fine guys, is that my dark mode extension in chrome made all my images black... sorry