File tree Expand file tree Collapse file tree 1 file changed +19
-20
lines changed Expand file tree Collapse file tree 1 file changed +19
-20
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en " dir ="ltr ">
3- < head >
3+ < head >
44 < meta charset ="utf-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
56 < title > Dicee</ title >
67 < link rel ="stylesheet " href ="styles.css ">
78 < link href ="https://fonts.googleapis.com/css?family=Indie+Flower|Lobster " rel ="stylesheet ">
8-
9- </ head >
10- < body >
11-
9+ </ head >
10+ < body >
1211 < div class ="container ">
13- < h1 > Refresh Me</ h1 >
12+ < h1 > Refresh Me</ h1 >
1413
15- < div class ="dice ">
16- < p > Player 1</ p >
17- < img class ="img1 " src ="images/dice1.png ">
18- </ div >
14+ < div class ="dice ">
15+ < p > Player 1</ p >
16+ < img class ="img1 " src ="images/dice1.png " alt =" Dice showing number 1 ">
17+ </ div >
1918
20- < div class ="dice ">
21- < p > Player 2</ p >
22- < img class ="img2 " src ="images/dice2.png ">
23- </ div >
19+ < div class ="dice ">
20+ < p > Player 2</ p >
21+ < img class ="img2 " src ="images/dice2.png " alt =" Dice showing number 2 ">
22+ </ div >
2423
24+ < button id ="rollButton "> Roll Dice</ button > <!-- Added button to roll the dice -->
2525 </ div >
2626
27-
28- </ body >
29-
30- < footer >
31- < script src ="script.js "> </ script >
32- </ footer >
27+ < footer >
28+ < script src ="script.js "> </ script >
29+ </ footer >
30+ </ body >
3331</ html >
32+
You can’t perform that action at this time.
0 commit comments