scrapy/tests/sample_data/test_site/item2.html

14 lines
209 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Item 2 - Scrapy test site</title>
</head>
<body>
<h1>Item 2 name</h1>
<ul>
<li>Price: $200</li>
<li>Stock: 5</li>
</ul>
</body>
</html>