fix: fix bug

This commit is contained in:
Yustina 2025-12-01 13:32:29 +07:00
commit 3bdbdeb852

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Memory Card</title> <title>Memory Card</title>
<link rel="stylesheet" href="gameboard.css"> <link rel="stylesheet" href="gameboard.css">
<script src="gameboard.js"></script>
</head> </head>
<body> <body>
<div id = "container"> <div id = "container">
@ -27,6 +27,11 @@
</div> </div>
</header> </header>
<div class="gameboard">
</div> </div>
</div>
<script src="gameboard.js"></script>
</body> </body>
</html> </html>