mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-03 22:28:22 +00:00

* fix all eof * fix test * fix test * fix test * typo * fix sample * fix sample * add logs * fix page_dynamic_result.txt
12 lines
224 B
HTML
12 lines
224 B
HTML
<!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>
|