You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
496 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="css/style.css" />
  5. <meta charset="UTF-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <script type="text/javascript" src="js/rollDice.js"></script> </script>
  9. <title>Document</title>
  10. </head>
  11. <body>
  12. <input type = "button" id="rollButton" onclick = "rollDice()" value = "Würfeln">
  13. </body>
  14. </html>