Aleksander Machniak
2013-10-30 691cbc276d06fd3e4827e8b650471b243cbc6ff4
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<base href="http://alec.pl/dir/" />
</head>
<body>
<img src="img1.gif" />
<img src="./img2.gif" />
<img src="../img3.gif" />
<img src="cid:theCID" />
<img src="http://other.domain.tld/img3.gif" />
</body>
</html>