mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
6 lines
197 B
HTML
6 lines
197 B
HTML
<body>
|
|
<fieldset id="x"><legend>longlonglong</legend></fieldset>
|
|
<script>
|
|
var x = document.getElementById("x");
|
|
x.insertBefore(document.createTextNode("aa"), x.firstChild);
|
|
</script>
|