mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 21:03:08 +09:00
10 lines
253 B
HTML
10 lines
253 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div id="input" style="width:250px; height:200px; border:10px solid red; padding:5px; outline:none" contentEditable="true"></div>
|
|
<script>
|
|
window.focus();
|
|
document.getElementById("input").focus();
|
|
</script>
|
|
</body>
|
|
</html>
|