Add a <br> tag to make the second link start on another line.

<html>
<body>
<h1>Official documents</h1>
<p>
<a href="https://getmimo.com/r/bubu">Article 38</a><br>
</p>
</body>
</html>
]]>

That's it. This will make our fake page look more credible.

Start with <, then add br, and end with the > sign.