Instead of
background-image:url('../images/img1.jpeg');
Use: background-image:url('images/img1.jpeg');
Your CSS file is in \Documents\myapp\style.css
and image file inside \Documents\myapp\images
, From CSS
file you do not have to go back to parent folder using ../