deleted top.com/about -- added ./ to pages/about.html

This commit is contained in:
2025-08-27 09:58:42 +00:00
parent cd5cdcec11
commit 5660449711

View File

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