我已經在我的個人作品集網站上給出了影像的親屬。但影像無法加載。控制臺顯示 404 錯誤。在我的本地機器中,代碼和路徑正常作業,但在線影像加載不正確。
實際上,您的 img 網址是“https://nabeelahmed1699.github.io/Personal-portfolio-V2/images/projects/spacewebsite.PNG”。
但是在您的 html 中,img.src 是“https://nabeelahmed1699.github.io/images/projects/Eventcounterapp.png”。
兩個錯誤:
- pic 的后綴是“PNG”,而不是“png”,
- 你的資源(imgs,js,css)有一個背景關系路徑(個人投資組合V2)
轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/463357.html
標籤:javascript html css
上一篇:看不懂多重遞回的流程
