File size: 452 Bytes
be890f4
 
 
 
 
 
e0f4ab3
be890f4
 
 
 
510f69a
 
be890f4
 
29900b1
e0f4ab3
be890f4
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>
    </div>

   
    <script src="./static/script.js"></script>
</body>
</html>