<!DOCTYPE html>
<html>
<head>
<title>Test Home Page for Crawler</title>
</head>
<body>
<p>home page content</p>
<a href="page1.html">link to page 1</a>
<a href="page2.html">link to page 2</a>
</body>
</html>