0

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 :-)

1 Answers1

0

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 ".."