diff options
Diffstat (limited to 'jp-hash.html')
-rw-r--r-- | jp-hash.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jp-hash.html b/jp-hash.html index 2a1514f..6e8efa6 100644 --- a/jp-hash.html +++ b/jp-hash.html @@ -208,6 +208,6 @@ function get_jp_hash() </script> <input type="text" id="input" onkeydown="if (event.key == 'Enter') get_jp_hash();"> <button type="button" onclick="get_jp_hash()">Get JP-Hash</button> - <input type="text" id="output" readonly> + <input type="text" id="output" readonly style="width: 32ch;"> </body> </html> |