mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 17:28:38 +09:00
15 lines
199 B
HTML
15 lines
199 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
table {
|
|
border: 1px solid black;
|
|
border-collapse: collapse;
|
|
}
|
|
td {
|
|
border: 1px solid black;
|
|
}
|
|
</style>
|
|
<table>
|
|
<tr>
|
|
<td>td</td>
|
|
</tr>
|
|
</table>
|