Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Dice Roll Game</title>
  5. </head>
  6. <body>
  7. <h1>Dice Roller</h1>
  8. <div class="dice" id="first-die"></div>
  9. <div class="dice" id="second-die"></div>
  10. <button id="roll-dice">Roll the Dice</button>
  11. <div class="outcome"></div>
  12. <div id="sum"> <p><span id="total"></span> Total</p></div>
  13. <div> <p><span id="wins"></span> Won</p></div>
  14. <div> <p><span id="losses"></span> Lost</p></div>
  15. <div> <p><span id="pct"></span>% Won</p></div>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement