2022-12-05 17:47:05 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Vier gewinnt</title>
|
2022-12-06 12:17:21 +00:00
|
|
|
<link rel="stylesheet" href="./styles/style.css" />
|
2022-12-05 17:47:05 +00:00
|
|
|
<script type="module" src="./js/main.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-12-07 21:24:48 +00:00
|
|
|
<div class="board" id="board">
|
2022-12-05 17:47:05 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|