I want a logo on my webpage but it isn't loading for some reason. Here's my code to include it in my html file:
<img src="IMG_4772.jpg" alt="Logo">
Here's what my file organization looks like: screenshot
Does anybody see where I'm going wrong? If it helps, I'm running a local server using Flask (python3 "filename" in terminal).