File size: 621 Bytes
be890f4 e0f4ab3 be890f4 510f69a 745e516 be890f4 29900b1 a791313 c1d22b0 a791313 c1d22b0 be890f4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TikTacToe</title>
<link rel="stylesheet" href="./static/style.css">
</head>
<body>
<div class="container">
<h1>Kółko i Krzyżyk</h1>
<div class="board"></div>
<div class="message"></div>
<button class="restart">Restart</button>
</div>
<script src="./static/script.js?r=5" defer></script>
<footer>
<a href="static/games_data.json" download="games_data.json">nowe dane</a>
</footer>
</body>
</html> |