Skip to content

Commit d778443

Browse files
akshat157abhigyank
authored andcommitted
Syntax correction
<DOCTYPE> changed to <!DOCTYPE> in the first line of index.html
1 parent 9f34e81 commit d778443

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
@@ -1,4 +1,4 @@
1-
<DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<title>To-Do List</title>
@@ -43,4 +43,4 @@ <h1>To Do List</h1>
4343
</div>
4444
<script src="js/script.js"></script>
4545
</body>
46-
</html>
46+
</html>

0 commit comments

Comments
 (0)