mirror of https://github.com/scrapy/scrapy.git
18 lines
390 B
HTML
18 lines
390 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<base href='http://example.com' />
|
|
<title>Sample page without encoding for testing LinkExtractor</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id='wrapper'>
|
|
<div id='subwrapper'>
|
|
<a href='sample_ñ.html'><img src='sample2.jpg' alt='sample2'/></a>
|
|
</div>
|
|
<a href='sample_€.html' title='sample €'>sample € text</a>
|
|
</div>
|
|
</body>
|
|
</html>
|