mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
15 lines
328 B
HTML
15 lines
328 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<body>
|
||
|
<div id="messages-input" x-inputmode="-moz-sms" contenteditable="true"
|
||
|
autofocus="autofocus">Httvb<br></div>
|
||
|
<script type="application/javascript;version=1.7">
|
||
|
let input = document.getElementById('messages-input');
|
||
|
input.focus();
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|