mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +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>
|