Type href="index.html" to direct visitors to the home page when they click on Home page.

<html>
 <body>
   <a href="index.html">Home page</a>
 </body>
</html>]]>

Make sure to code href="index.html".