mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
287 B
HTML
18 lines
287 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
table { border-spacing:0 }
|
|
td { vertical-align: baseline; padding:0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table border="0" width="100%">
|
|
<tr>
|
|
<td width="50%">Hello</td>
|
|
<td width="50%">Kitty</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|