blob: a70eb2c1897bf774213b79a1372fa7b510d1c0af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!doctype html>
<html>
<body>
<table border="1">
<tr>
<td style="height: 200px; padding: 0; margin: 0; border: none">
<img style="height: 50%;" src="solidblue.png">
</td>
<tr>
</table>
</body>
</html>
|