scrapy/tests/sample_data/test_site/index.html

19 lines
246 B
HTML

<html>
<head>
<title>Scrapy test site</title>
</head>
<body>
<h1>Scrapy test site</h1>
<ul>
<li><a href="item1.html">Item 1</li>
<li><a href="item2.html">Item 2</li>
<li><a href="item999.html">Item 999 (not found)</li>
</ul>
</body>
</html>