Guest User

Untitled

a guest
Mar 25th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Dice Simulator</title>
  5. </head>
  6. <body>
  7. <!-- Put your page markup here -->
  8. <button id="roll">ROLL</button>
  9. <br>
  10. <p id="dice1"></p>
  11. <p id="dice2"></p>
  12. </body>
  13. </html>
Add Comment
Please, Sign In to add comment