mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
6 lines
131 B
HTML
6 lines
131 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="document.execCommand('copy', false, '');">
|
|
<div contenteditable="true"></div>
|
|
</body>
|
|
</html>
|