diff options
author | cyfraeviolae <cyfraeviolae> | 2022-03-02 16:57:55 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-03-02 16:57:55 -0500 |
commit | 80071d4c4496a00e2a1cb15b951a642a912b236a (patch) | |
tree | eff66370c05f25986b6d8d424d19150b63d9b30b /index.html | |
parent | b7a5d24b671cb62d066cfb04d6f9d9bfa4714e90 (diff) |
fill greens, copy line, bugfixes
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -78,10 +78,10 @@ </div> </div> </div> - <button id="check" type="submit">Check</button> - <button id="clear">Clear</button> + <button id="check" type="submit">Check guess</button> + <button id="clear">Clear all</button> + <button id="fill-green">Clear word and fill greens</button> </div> - <hr> <div id="win" style="display: none;"> <p> Victory is yours! Today’s secret line was in @@ -102,7 +102,6 @@ <textarea rows="4" id="share"></textarea> </div> <button id="copy">Copy</button> - <hr> </div> <p id="guesses"></p> </form> |