mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
181 B
HTML
16 lines
181 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<style>
|
||
|
table {
|
||
|
border: .1mm solid black;
|
||
|
}
|
||
|
</style>
|
||
|
<body>
|
||
|
<table cellspacing="0">
|
||
|
<tr>
|
||
|
<td>border: .1mm, collapsed</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|