haystack/test/samples/crawler/page1_subpage2.html
Ben Heckmann 2d65742443
feat: arbitrary crawler_depth for Crawler class (#4623)
* #3674 implemented iterative crawler depth

* #3674 added two tests for increased crawler depth

* removed old comment
2023-04-11 10:39:17 +02:00

10 lines
156 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test Subpage 2 of Page 1 for Crawler</title>
</head>
<body>
<p>subpage 2 of page 1 content</p>
</body>
</html>