1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 18:43:58 +00:00
2014-07-30 19:45:08 -03:00

18 lines
162 B
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>