rel="noreferrer">Visit Example</a>

This commit is contained in:
2025-08-27 09:11:15 +00:00
parent 7a29cb16cd
commit bf30683399

View File

@@ -10,6 +10,7 @@
<h1>Homepage</h1> <h1>Homepage</h1>
<a href="https://www.theodinproject.com/about" target="_blank" rel="noopener noreferrer">About the Odin Project</a> <a href="https://www.theodinproject.com/about" target="_blank" rel="noopener noreferrer">About the Odin Project</a>
<a href="https://example.com" target="_blank" rel="noopener">Open Example</a> <a href="https://example.com" target="_blank" rel="noopener">Open Example</a>
<a href="https://example.com" target="_blank" rel="noreferrer">Visit Example</a>
</body> </body>