mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
19 lines
210 B
HTML
19 lines
210 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<title>table-repaint-c-ref</title>
|
|
<style>
|
|
td {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table >
|
|
<tbody>
|
|
<tr>
|
|
<td bgcolor="lime"></td>
|
|
</tr>
|
|
</tbody></table>
|
|
</body>
|
|
</html>
|