Skip to content

Commit 31783cc

Browse files
Update index.html
1 parent 62563db commit 31783cc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

project-9-dice-roll-simulator/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@
77
</head>
88
<body>
99
<h1>Dice Roll Simulator</h1>
10+
<div class="dice" id="dice">&#9860;</div>
11+
<button id="roll-button">Roll Dice</button>
12+
<ul id="roll-history">
13+
<li>Roll 1: <span>&#9860;</span></li>
14+
<li>Roll 2: <span>&#9856;</span></li>
15+
</ul>
1016
</body>
11-
</html>
17+
</html>

0 commit comments

Comments
 (0)