blob: aa9ec220cdae3bbb5d4c9c25e5f1d94eb85e79be (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<title>test2</title>
<body bgcolor=#eeeeee >
<img src="sadtab.png" width=10 height=10 />
<br>
<img src="sadtab.png" />
<br>
<img src="sadtab.png" width=100 height=100 />
</body>
</html>
|