图片未出现在 Github 网页中
Images not appearing in Github webpage
从标题看来问题很清楚。 :-(
我的代码:
<img src="/images/bgm.png">
文件夹树:
- index.html
- 图片
- bgm.png
我尝试过的解决方案:
Images in github pages and relative links
Pictures not showing up in site hosted by GitHub
我的 github 页面:
页面代码:
谢谢 :-)
图片的路径应该是“images/filename”而不是“../images/filename”
Index.html 和 images 位于同一目录中,因此要访问同一目录中的内容,您不需要添加“。”或“..”
从标题看来问题很清楚。 :-(
我的代码:
<img src="/images/bgm.png">
文件夹树:
- index.html
- 图片
- bgm.png
我尝试过的解决方案:
Images in github pages and relative links
Pictures not showing up in site hosted by GitHub
我的 github 页面:
页面代码:
谢谢 :-)
图片的路径应该是“images/filename”而不是“../images/filename”
Index.html 和 images 位于同一目录中,因此要访问同一目录中的内容,您不需要添加“。”或“..”