After creating a static page using HTML and CSS in VS Code, I encountered an issue where everything works fine when viewed through the VS Code live server opening in Mozilla Firefox (which is my default for live server), but the images fail to load when I try to view the file (index.html) in other browsers. Upon inspecting the element, it shows an error message stating "Failed to load resource: net::ERR_FILE_NOT_FOUND" along with a link to the image "enter image description here"