79478635

Date: 2025-03-02 04:41:47
Score: 0.5
Natty:
Report link

That's logical why it throws 404 because when u're in home page (as a reference) the about page is inside htmlPages folder and that works fine, but when you are in about page it means you are no longer in src folder but instead you are in src/htmlPages it means when you click the about.html link it tries to take you to src/htmlPages/htmlPages/about.html but instead it should take you to src/htmlPages/about.html. So to fix this you should go to your about.html and change the link from htmlPages/about.html into about.html

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abdel Droid