Skip to content

Commit

Permalink
fix default for success
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarks committed Dec 10, 2023
1 parent b15a0ac commit a3d04d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/perilrolls.html
Expand Up @@ -19,7 +19,7 @@ <h2>try them out live</h2>
<input type="number" id="rounds" name="rounds" value="1" /><label for="rounds">Rounds</label> of <input type="number" id="dice" name="dice" value="6" /><label for="dice">dice</label>
<select name="success">
<option value="0.5" selected>4 or higher</option>
<option value="0.3333333333" selected>3 or higher</option>
<option value="0.3333333333" >3 or higher</option>
</select>
<input type="submit" value="Roll" id="roll" name="roll" />
<p><output name="survived" for="rounds roll dice"></output>
Expand Down

0 comments on commit a3d04d8

Please sign in to comment.