Add the right attribute and value so that the image tag displays a local file.

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

Make sure to pick < followed by img and then src, =, "/img/snapcat.png", >.