mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
12 lines
250 B
HTML
12 lines
250 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div style="width:0; height:200px;">
|
|
<div id="input" contenteditable="true" style="height:200px; outline:none"></div>
|
|
</div>
|
|
<script>
|
|
window.focus();
|
|
document.getElementById("input").focus();
|
|
</script>
|
|
</body>
|
|
</html>
|