Problem seems clear by the title. :-(
My code:
<img src="/images/bgm.png">
Folder's tree:
- index.html
- Images
- bgm.png
Solutions that I tried:
My github page:
Code for the page:
Thanks :-)
Problem seems clear by the title. :-(
My code:
<img src="/images/bgm.png">
Folder's tree:
Solutions that I tried:
My github page:
Code for the page:
Thanks :-)
Path to your images should be "images/filename" instead of "../images/filename"
Index.html and images are in the same directory so for accessing something in the same directory you dont need to add "." or ".."