mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
30 lines
278 B
HTML
30 lines
278 B
HTML
<HTML>
|
|
<head>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<table BORDER COLS=2 WIDTH="50%" >
|
|
<tr>
|
|
<td><table ALIGN="MIDDLE" BORDER COLS=2 WIDTH="5%" >
|
|
<tr>
|
|
<td>hello</td>
|
|
|
|
<td>hello</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>hello</td>
|
|
|
|
<td>hello</td>
|
|
</tr>
|
|
</table></td>
|
|
|
|
<td>hello</td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|