diff options
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> |