mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-25 17:04:03 +00:00
18 lines
163 B
HTML
18 lines
163 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Item 1 - Scrapy test site</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Item 1 name</h1>
|
|
|
|
<ul>
|
|
<li>Price: $100</li>
|
|
<li>Stock: 12</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|