mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-08 22:11:52 +00:00
7 lines
131 B
HTML
7 lines
131 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="document.execCommand('copy', false, '');">
|
|
<div contenteditable="true"></div>
|
|
</body>
|
|
</html>
|