mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
179 B
HTML
15 lines
179 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
</head>
|
||
|
<body>
|
||
|
<table border="2" id="table">
|
||
|
<col id="col1">
|
||
|
<col width=200 id="col2">
|
||
|
<tr>
|
||
|
<td>100?</td><td>200</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|