mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-25 18:43:58 +00:00
18 lines
162 B
HTML
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>
|