Skip to content

Commit 5eef668

Browse files
committed
Add default value for number of sides input value
1 parent aae39b5 commit 5eef668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ <h1>Dice Game Web App</h1>
2222
placeholder="Enter number of sides"
2323
min="1"
2424
step="1"
25+
value="6"
2526
required
2627
/><br />
2728
<!--button to roll dice--><button onclick="rollDice()">Roll Dice</button

0 commit comments

Comments
 (0)