I\'ve seen this question come up a lot;
Create a new folder public inside the project directory. Add a new folder img (or any other name of your choice) inside the public folder. Copy all the images that you require to be added in to your HTML into this folder.
Now you can use it like - 
You don't need to include /public in the in the URL.