summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-03-02 16:57:55 -0500
committercyfraeviolae <cyfraeviolae>2022-03-02 16:57:55 -0500
commit80071d4c4496a00e2a1cb15b951a642a912b236a (patch)
treeeff66370c05f25986b6d8d424d19150b63d9b30b /index.html
parentb7a5d24b671cb62d066cfb04d6f9d9bfa4714e90 (diff)
fill greens, copy line, bugfixes
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/index.html b/index.html
index 969634a..53af710 100644
--- a/index.html
+++ b/index.html
@@ -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&rsquo;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>