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.
 
 
 

21 lines
520 B

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Uno</title>
<script defer src="../plugins.js"></script>
<script defer type="module" src="./web/uno.js"></script>
<link rel="stylesheet" href="./css/uno.css">
</head>
<body style="overflow: hidden">
<div id="debug">
<p id="playerInGame"></p>
<p id="player"></p>
<p id="cardOnDeck"></p>
<div id="playerCards"></div>
<button id="drawCard">Karte Ziehen</button>
</div>
</body>
</html>