Your img src refers to a path on your local machine. So while amund5.png is at c:UsersamundDownloads on your machine, that’s not where Github is going to find it.
You’ll need to commit the image to your repository, then reference its location relative to the repository. You can also use a fully-qualified URL, like <img src="https://my.site/some-path/Amund5.png">
2
Answers
Your
img src
refers to a path on your local machine. So whileamund5.png
is atc:UsersamundDownloads
on your machine, that’s not where Github is going to find it.You’ll need to commit the image to your repository, then reference its location relative to the repository. You can also use a fully-qualified URL, like
<img src="https://my.site/some-path/Amund5.png">
Loading from local resources is not allowed. There are a few workarounds for this:
img
tag