mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
31 lines
1.4 KiB
HTML
31 lines
1.4 KiB
HTML
<html>
|
|
<body>
|
|
<table border='1' width='100%' height='100%'>
|
|
<tr>
|
|
<td height='50px' valign=top>
|
|
<center>abcdef
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div id=dvFundos style='height:100%;width:750px;overflow:auto;border-style:solid;'>
|
|
<center>
|
|
<table width=900px>
|
|
<tr>
|
|
<td>
|
|
Line 1<br>
|
|
Line 2<br>
|
|
Line 3<br>
|
|
Line 4<br>
|
|
Line 5<br>
|
|
Line 6<br>
|
|
Line 7<br>
|
|
Line 8<br>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|