summaryrefslogtreecommitdiff
path: root/tests/src/htmlbase.txt
blob: eb590748bd2b4b5bf08827319f5d91b3e5447369 (plain)
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>