mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
12 lines
233 B
HTML
12 lines
233 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<table id="thetable" width="150" style="top: 0px; position: relative;">
|
|
<tbody id="thebody">
|
|
<tr>
|
|
<td>Hello</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|