diff options
author | cyfraeviolae <cyfraeviolae> | 2022-02-26 01:00:00 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-02-26 01:00:00 -0500 |
commit | 2e3e6d8cbf5b32be8410437af9379b7f336f7884 (patch) | |
tree | 3cb47b5e4006d313421fecd2535b060dc691a8fc /index.html | |
parent | 65bdf80017962f1d0269c4ed8435e2e9ea625504 (diff) |
cleanup
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,6 +29,7 @@ Write a line of poetry. Syllables in dark boxes should be stressed. </p> <div id="entry"></div> + <input id="kb" type="text" style="display:none;"></input> <div id="btns"> <button id="check" type="submit">Check</button> <button id="clear">Clear</button> @@ -50,7 +51,7 @@ adding punctuation as desired. </p> <div> - <textarea cols="80" rows="6" id="share"></textarea> + <textarea rows="4" id="share"></textarea> </div> <button id="copy">Copy</button> <hr> |