mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 03:13:09 +09:00
15 lines
187 B
HTML
15 lines
187 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
table { background: white; }
|
|
td { color: black; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<td>One</td>
|
|
<td>Two</td>
|
|
<td>Three</td>
|
|
</body>
|
|
</html>
|