mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-11 10:36:54 +01:00
13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
<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>
|