The file names of webpages end in .html. And the home page of a website is called index.html.

Set the href attribute to "index.html".

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

Make sure to type "index.html".