mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
225 B
HTML
19 lines
225 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
table {
|
||
|
border: 1px solid red;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<table>
|
||
|
<tr><td style="width:1em">supercalifragilistic­expialidocious</td></tr>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|