mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
232 B
HTML
14 lines
232 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html>
|
|
<head>
|
|
<title>col removal</title>
|
|
</head>
|
|
<body>
|
|
<table border>
|
|
<colgroup width="500px">
|
|
</colgroup>
|
|
<tr><td> </td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|