mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 03:13:09 +09:00
17 lines
294 B
HTML
17 lines
294 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<div style="display:-moz-deck">
|
|
<div>
|
|
<span style="float: right; width: 0;">x</span>
|
|
</div>
|
|
<div style="position: relative;">
|
|
<span style="float: right;">
|
|
<span style="position: absolute;">y</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|