Skip to content

Commit e0c3fb7

Browse files
Update index.html
1 parent d434d4c commit e0c3fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="container">
1111
<h1>Sudoku Validator</h1>
1212
<div class="grid" id="sudokuGrid">
13-
<!-- 81 input cells for Sudoku puzzle -->
13+
<!-- 81 input cells for Sudoku puzzle will be dynamically generated here -->
1414
</div>
1515
<button class="button" onclick="validateSudoku()">Validate</button>
1616
<div class="result" id="result"></div>

0 commit comments

Comments
 (0)