We've added images in a local folder named img. That means we can access the images by just typing /img/ before the image name.

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

Make sure to pick /img/, followed by earth.png.