mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
12 lines
158 B
HTML
12 lines
158 B
HTML
|
|
<html>
|
||
|
|
<head></head>
|
||
|
|
|
||
|
|
<body onload="document.getElementById('a').firstChild.data = '';">
|
||
|
|
|
||
|
|
<ol>
|
||
|
|
<li id="a">a</li>
|
||
|
|
<li id="b">b</li>
|
||
|
|
</ol>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|