mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 11:53:07 +09:00
9 lines
245 B
HTML
9 lines
245 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body onload="document.getElementById('f').appendChild(document.createTextNode('X'));">
|
|
<fieldset id="f"><legend style="display: table-row-group;"></legend></fieldset>
|
|
</body>
|
|
</html>
|