13 lines
270 B
HTML
Raw Normal View History

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