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.

17 lines
444 B

2 years ago
2 years ago
  1. <!DOCTYPE html>
  2. <html lang="de">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Uno</title>
  6. <script defer src="../plugins.js"></script>
  7. <script defer type="module" src="./web/uno.js"></script>
  8. </head>
  9. <body>
  10. <div id="debug">
  11. <p id="playerInGame"></p>
  12. <p id="player"></p>
  13. <p id="cardOnDeck"></p>
  14. <div id="playerCards"></div>
  15. <button id="drawCard">Karte Ziehen</button>
  16. </div>
  17. </body>
  18. </html>