Let's say I have an image link: https://i.imgur.com/pPMi9ES.png
In my index.html the I have an HTML img element as following, but the image is blank after all.
<img src="https://i.imgur.com/pPMi9ES.png" width="400px" height="300px"/>
How can fix this?