mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 11:23:07 +09:00
15 lines
297 B
HTML
15 lines
297 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
|
|
function boom()
|
|
{
|
|
document.body.style.cssFloat = "left";
|
|
document.createElement("div").appendChild(document.querySelector("legend"));
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
<body onload="boom();"><fieldset><legend></legend><textarea></textarea></fieldset></body>
|
|
</html>
|