0
Your address is really wrong, the folder src (which means source) is your root folder, ie, get from that folder reading all the code and related files so that your app work, then change:
.src/img/fundo.jpg
for
./img/fundo.jpg
the rest of the code remains the same, so actually the path is invalid.

what happens?
– novic
says address not found
– DVD de Vinil
Understood the answer?
– novic
I got it, it worked, thanks!!
– DVD de Vinil