mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 21:33:09 +09:00
11 lines
289 B
HTML
11 lines
289 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<table style="position: absolute; top: 100px; left: 100px;">
|
|
<tr>
|
|
<td>
|
|
<div style="position: absolute; left: 20px; top: 20px; background: black; height: 20px; width: 20px"></div>
|
|
</td>
|
|
</tr>
|
|
</body>
|
|
</html>
|