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
379 B

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. </head>
  8. <body>
  9. <div id="debug">
  10. <p id="spieler"></p>
  11. </div>
  12. <script src="../plugins.js"></script>
  13. <script defer src="web/Style.js"></script>
  14. <script defer type="module" src="./web/uno.js"></script>
  15. </body>
  16. </html>