You are linking to local files on your computer instead of relative URLs. As a result, your webpage will not work properly on another person's computer or website.
I saw the problem to, when I submitted my project, and started working on something else, I linked the images of that project also to local files, and couldn't open it on my brother's computer.
https://github.com/Calii010/prj-rev-bwfs-dasmoto/blob/c29a16cf6f672e52e264bce5e7e2d41668fd3104/Dasmotos/index.html#L4
https://github.com/Calii010/prj-rev-bwfs-dasmoto/blob/c29a16cf6f672e52e264bce5e7e2d41668fd3104/Dasmotos/index.html#L11
You are linking to local files on your computer instead of relative URLs. As a result, your webpage will not work properly on another person's computer or website.
An example of a proper URL below.
<link href="./resources/css/style.css" type="text/css" rel="stylesheet">