mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-22 22:53:41 +00:00

* #3674 implemented iterative crawler depth * #3674 added two tests for increased crawler depth * removed old comment
13 lines
270 B
HTML
13 lines
270 B
HTML
<!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>
|