mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-31 20:08:38 +09:00
10 lines
179 B
HTML
10 lines
179 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body onload="document.execCommand('selectAll', false, null);">
|
|
|
|
<select><option contenteditable="true">A</option></select>
|
|
|
|
</body>
|
|
</html>
|