mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
13 lines
254 B
HTML
13 lines
254 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<div style="position: absolute;">Text</div>
|
|
<div style="display: block; width: 100px; height: 100px;"></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|