Skip to content

Commit

Permalink
Update reader.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkfu committed Mar 14, 2024
1 parent 6223946 commit 80b94e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mindreader/reader.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ <h1>Mind Reader</h1>
<h2>How?</h2>
<p>1. Think of any number</p>
<input type="number" placeholder="What number are you thinking about?" id="number_input">
<p>Click Continue</p>
<p>2. Click Continue</p>
<div class="button">
<button onclick="generate()">Continue</button>
</div>

<p>3. I will read your mind:</p>

<br>
<div class="result">
<h2 class="divh2">Result:</h2>
Expand Down

0 comments on commit 80b94e2

Please sign in to comment.