Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Signed-off-by: ashu273k <ashu9472.as@gmail.com>
  • Loading branch information
ashu273k authored Oct 12, 2024
1 parent e2fe88d commit f300833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>To-do List</title>
<title>To-Do List</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<h1>To-do List</h1>
<h1>To-Do List</h1>

<div class="js-add-grid">
<input
Expand Down

0 comments on commit f300833

Please sign in to comment.