mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
10 lines
195 B
HTML
10 lines
195 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
table { border-collapse: separate; border-spacing: 0 }
|
|
td { border: 20px ridge; width: 100px; height: 100px}
|
|
</style>
|
|
<table>
|
|
<tr>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|