mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
13 lines
322 B
HTML
13 lines
322 B
HTML
<!doctype html><html lang=en><title>Document</title><body>
|
|
<table width=200 border=1 align=center cellpadding=4 cellspacing=0>
|
|
<tr>
|
|
<th scope=col>Cell 1</th>
|
|
</tr>
|
|
<tr>
|
|
<td class=test bgcolor=#FBF0DB>
|
|
Cell 1
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|