mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
15 lines
267 B
HTML
15 lines
267 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<body>
|
||
|
|
<table border>
|
||
|
|
<col style="background:purple"></col>
|
||
|
|
<col style="background:purple"></col>
|
||
|
|
<col style="background:blue"></col>
|
||
|
|
<tr>
|
||
|
|
<td>x</td>
|
||
|
|
<td>y</td>
|
||
|
|
<td>z</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</body>
|
||
|
|
</html>
|