dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add more classes and options to HTML elements for better styleability
thomascube
2011-12-16
f94e442469deca30b39f3fa08aade83cbd0ede70
[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>