dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- Small code improvement
alecpl
2011-10-21
7e50b4361c7094bb33fced2ef96b95acd4d87640
[githubFork/roundcubemail.git]
/
tests
/
src
/
htmlbase.txt
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<base href="http://alec.pl/dir/" />
</head>
<body>
<img src="img1.gif" />
<img src="./img2.gif" />
<img src="../img3.gif" />
</body>
</html>