rel="noopener noreferrer"

This commit is contained in:
2025-08-27 09:00:20 +00:00
parent fab9d60a86
commit 78af9eb907

View File

@@ -8,7 +8,7 @@
<body> <body>
<h1>Homepage</h1> <h1>Homepage</h1>
<a href="https://www.theodinproject.com/about" target="_blank">About the Odin Project</a> <a href="https://www.theodinproject.com/about" target="_blank" rel="noopener noreferrer">About the Odin Project</a>
</body> </body>
</html> </html>