We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f1c4c commit be212dcCopy full SHA for be212dc
index.html
@@ -3,12 +3,12 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Sudoku Validator</title>
+ <title>Sudoku Checker</title>
7
<link rel="stylesheet" href="style.css">
8
</head>
9
<body>
10
<div class="container">
11
- <h1>Sudoku Validator</h1>
+ <h1>Sudoku Checker</h1>
12
<div class="grid" id="sudokuGrid">
13
<!-- 81 input cells for Sudoku puzzle will be dynamically generated here -->
14
</div>
0 commit comments