Aleksander Machniak
2015-02-02 e8fc8d303a30658abd70419917a1373131802e28
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>