mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
12 lines
219 B
HTML
12 lines
219 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<body onload="document.getElementById('a').lastChild.appendData('4');">
|
||
|
|
|
||
|
|
<div id="a" style="position: absolute;"><span><span style="white-space: pre;">
|
||
|
|
1
|
||
|
|
2</span>
|
||
|
|
3</span>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|