a href="about.html">About

This commit is contained in:
2025-08-27 09:29:48 +00:00
parent acb6ba0f39
commit 5d29b9e18e

View File

@@ -9,9 +9,8 @@
<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="noreferrer">Visit Example</a> <a href="about.html">About</a>
</body> </body>
</html> </html>