Skip to content

Commit

Permalink
basic checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
VrindavanSanap committed Feb 12, 2024
1 parent e630a02 commit 891f2ac
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,14 @@ export default function Home() {
value = {message}
onChange = {handle_message_change}/>
</label>

<p>Striped message: {ceaser_cipher(message)}</p>
<br/>
<br/>
<label>
Case sensitive
&nbsp;
<input type="checkbox" />
</label>
<p>Striped message: {ceaser_cipher(message,0,false)}</p>
<p><i> The lower the score the better </i></p>
<h2>Encrypted Messages, Scores:</h2>
<p>Your message is most likely <b>{most_likely_message} </b></p>
Expand Down

0 comments on commit 891f2ac

Please sign in to comment.