anchor element

This commit is contained in:
2025-08-27 08:50:12 +00:00
parent 222127d6e6
commit 7cd08af5dc

View File

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