|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
@ -8,6 +9,7 @@
|
|
|
|
|
<link rel="stylesheet" href="styles.css">
|
|
|
|
|
<script src="script.js" defer></script>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div class="board" id="board">
|
|
|
|
|
<div class="cell" data-cell></div>
|
|
|
|
@ -24,5 +26,10 @@
|
|
|
|
|
<div data-winning-message-text></div>
|
|
|
|
|
<button id="restartButton">Restart</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<center>
|
|
|
|
|
<h1>Coded By <a href="https://github.com/Maxhar30">Mazhar Hussain</a></h1>
|
|
|
|
|
</center>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|