auction-scrapper/tests/fixtures/empty_page.html
Vakula Uladimir 12f005e335 init
2025-10-17 11:27:52 +03:00

12 lines
162 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Empty Page</title>
</head>
<body>
<div class="content">
<p>No auctions found.</p>
</div>
</body>
</html>