Very cool use of local file paths for your local project assets for easy access and offline use, for further reading here are two excellent resources on dealing with files and linking to file paths 😄 https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/Dealing_with_files
https://www.kirupa.com/html5/all_about_file_paths.htm
This also goes for your background-images in the css document instead of relying on separate web URL links coming from different servers 👍
Very cool use of local file paths for your local project assets for easy access and offline use, for further reading here are two excellent resources on dealing with files and linking to file paths 😄 https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/Dealing_with_files
https://www.kirupa.com/html5/all_about_file_paths.htm
This also goes for your background-images in the css document instead of relying on separate web URL links coming from different servers 👍