mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
25 lines
622 B
HTML
25 lines
622 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>test</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<table cellspacing=0 cellpading=10 border=1 width=100% bgcolor=yellow>
|
||
|
<tr>
|
||
|
<td width=70 bgcolor=red align=center>xxx</td>
|
||
|
<td>
|
||
|
<table cellspacing=0 cellpading=0 border=1 width=100% height=100% bgcolor=lime>
|
||
|
<tr>
|
||
|
<th>IceWM, The Window Manager Cool As Ice</th>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<p>IceWM is a small, but powerful window manager for the <a href="http://www.xfree8 6.org">X11 Window System</a> whose main goals are the following:</p>
|
||
|
</td>
|
||
|
|
||
|
<td width=70 bgcolor=blue align=center>yyy</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|