We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0328ad0 commit fadec9dCopy full SHA for fadec9d
index.html
@@ -5,6 +5,7 @@
5
<meta charset="UTF-8">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<title>JavaScript-Tic-Tac-Toe-Project</title>
8
+ <link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
9
<link rel="stylesheet" href="./public/css/style.css">
10
</head>
11
@@ -28,8 +29,8 @@
28
29
</table>
30
<div class="endgame">
31
<div class="text"></div>
32
+ <button class="replay" onClick="startGame()">Replay</button>
33
</div>
- <button onClick="startGame()">Replay</button>
34
<script src="./public/js/script.js"></script>
35
</body>
36
0 commit comments