Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Random Dice Generator</title>
  6. <link rel="stylesheet" href="/css/main.css">
  7. </head>
  8. <body>
  9.  
  10. <div>
  11. <button id="diceRoll">Roll the dice!</button>
  12. </div>
  13. <script src="../js/dice.js" type="text/javascript"></script>
  14. <img src="dice-5.png" alt="Dice" class="dice" id="dice-1">
  15.  
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement