79480975

Date: 2025-03-03 12:35:23
Score: 1
Natty:
Report link

Your href properties start with "#/", remove the starting hash (#%2F is encoded #) and try again.

<nav>
    <a href="#/">Home</a>
    <a href="#/about">About</a>
    <a href="#/contact">Contact</a>
</nav>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bgajic-mono