What will get displayed on this webpage?

A file on some computer on the internetA local file<html>
 <body>
  <img src="https:/getmimo.com/r/cat.png">
 </body>
</html>]]>

Since https://getmimo.com/r/cat.png is a URL, the file is located on some computer on the internet.