To display an image, an image tag needs the src attribute.

src stands for source.

<html>
 <body>
  <img src="https://mimo.app/r/earth.png">
 </body>
</html>]]>

Make sure to spell src.