commit d475eddfc607ab830c361daf667c5fd6fc3aa7d9 parent 593e727915eea2698e8d67b4d1a2d382e0c29590 Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com> Date: Wed, 29 Jul 2020 09:54:44 -0700 Add placeholder text to quizzerInput. Diffstat:
| M | index.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html @@ -186,7 +186,7 @@ <div> <label id="quizzerInputType" for="quizzerInput" class="label"></label> - <input id="quizzerInput" type="text" autocomplete="off" spellcheck="false" autocorrect="off"> + <input id="quizzerInput" type="text" autocomplete="off" spellcheck="false" autocorrect="off" placeholder="Type the answer"> </div> <div id="quizzerButtons">