Best-practice tip: always use lowercase for your directory/file/ID/class names. That way you won't have to think about whether a name was capitalized or not, hence, less opportunities to make typos. If you look at your HTML, you use ./resources/, but you named your folder Resources.
Best-practice tip: always use lowercase for your directory/file/ID/class names. That way you won't have to think about whether a name was capitalized or not, hence, less opportunities to make typos. If you look at your HTML, you use
./resources/
, but you named your folderResources
.https://github.com/rofermin/prj-rev-bwfs-dasmoto/blob/f13baff62a00b90b3f01175f87877dd37b003a39/Dasmoto'sArtsCrafts/index.html#L4