Thomas Bruederli
2013-07-17 4d480b36ea4b503ed997b1b9c60c433b5508e4aa
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>