mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
19 lines
207 B
HTML
19 lines
207 B
HTML
|
<html>
|
||
|
<body>
|
||
|
|
||
|
<table width="100%" border="1">
|
||
|
<colgroup>
|
||
|
<col width="25">
|
||
|
<col width="10%">
|
||
|
<col width="1*">
|
||
|
</colgroup>
|
||
|
<tr>
|
||
|
<td>Test</td>
|
||
|
<td>Test</td>
|
||
|
<td>Test</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|