reaksjonstid

This commit is contained in:
Geir Okkenhaug Jerstad 2024-09-17 14:34:38 +02:00
parent 5e5a8153b0
commit 7364a1ded7

View file

@ -23,7 +23,7 @@ var html = /*HTML*/`
<a class="btn rgb-animate-hvr">8-ball</a>
</div>
<div class="content rgb-animate">
Ask Your question: <input class="content"type="text" onchange="question = this.value" /><br>
Ask Your question: <input class="content" type="text" onchange="question = this.value" /><br>
<button class="btn rgb-animate-hvr" onclick="pickRandomAnswer()">Submit</button>
</div>
</main>