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

Neutral Me
  • 195
  • 14

1 Answers1

1

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

pshrimal000
  • 101
  • 3