1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<html>
<head><title>test: add-extent.pl</title></head>
<body>
<img
src="image/2001-11-20-23-19-44.s.jpg" alt="">
<img src="image/2001-11-30-10-03-52.s.jpg" width="10" alt="">
<img src="image/2001-11-30-10-03-52.s.jpg" height=10 alt="">
<img src=image/2001-11-30-10-03-52.s.jpg width="10" alt="">
<img src=image/2001-11-30-10-03-52.s.jpg>
<img src="image/2001-11-30-10-03-52.s.jpg" width="10" height=10 alt="">
<img src="image/2001-11-30-10-03-52.s.jpg" height=10 width=10 alt="">
</body>
</html>
|