Paweł Łaba
commited on
Commit
·
e0f4ab3
1
Parent(s):
43aaee5
zmiany
Browse files- public/index.html +2 -2
public/index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>TikTacToe</title>
|
7 |
-
<link rel="stylesheet" href="style.css">
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="container">
|
@@ -35,6 +35,6 @@
|
|
35 |
});
|
36 |
});
|
37 |
</script>
|
38 |
-
<script src="script.js"></script>
|
39 |
</body>
|
40 |
</html>
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>TikTacToe</title>
|
7 |
+
<link rel="stylesheet" href="./static/style.css">
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="container">
|
|
|
35 |
});
|
36 |
});
|
37 |
</script>
|
38 |
+
<script src="./static/script.js"></script>
|
39 |
</body>
|
40 |
</html>
|