ConnectForce/src/index.html

17 lines
392 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vier gewinnt</title>
<link rel="stylesheet" href="./styles/style.css" />
<script type="module" src="./js/main.js"></script>
</head>
<body>
<div id="game">
</div>
<button class="button new-game">
New Game
</button>
</body>
</html>