图片未出现在 Github 网页中

Images not appearing in Github webpage

从标题看来问题很清楚。 :-(
我的代码:

<img src="/images/bgm.png">

文件夹树:

我尝试过的解决方案

我的 github 页面:

页面代码:

谢谢 :-)

图片的路径应该是“images/filename”而不是“../images/filename”

Index.htmlimages 位于同一目录中,因此要访问同一目录中的内容,您不需要添加“。”或“..”