mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-28 11:19:58 +00:00
11 lines
223 B
HTML
11 lines
223 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>
|