Skip to content

Commit be212dc

Browse files
Update index.html
1 parent 82f1c4c commit be212dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Sudoku Validator</title>
6+
<title>Sudoku Checker</title>
77
<link rel="stylesheet" href="style.css">
88
</head>
99
<body>
1010
<div class="container">
11-
<h1>Sudoku Validator</h1>
11+
<h1>Sudoku Checker</h1>
1212
<div class="grid" id="sudokuGrid">
1313
<!-- 81 input cells for Sudoku puzzle will be dynamically generated here -->
1414
</div>

0 commit comments

Comments
 (0)