mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
9 lines
195 B
HTML
9 lines
195 B
HTML
<!DOCTYPE HTML><html>
|
|
<body>
|
|
<div contenteditable id="x" style="height: 30px; outline: none;"></div>
|
|
<script>
|
|
var div = document.getElementById('x');
|
|
div.focus();
|
|
</script>
|
|
</body>
|
|
</html>
|