Set the href attribute to a local file.

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

Make sure you put double quotes around the file name.