mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
16 lines
182 B
HTML
16 lines
182 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
table { background: green }
|
|
td { color: white }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<tr>
|
|
<td>Three</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|