Skip to content

Commit

Permalink
remove title
Browse files Browse the repository at this point in the history
  • Loading branch information
ksakash authored Nov 17, 2023
1 parent f6f840a commit a882a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simple_node_todo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Create a Todo</title>
<title></title>
</head>
<body>
<h1>Create a Todo</h1>
<h1></h1>
<form id="todo-form">
<label for="todoInput">Enter a sentence:</label>
<inpt type="text" id="todoInput" name="todoInput" required>
Expand Down

0 comments on commit a882a3b

Please sign in to comment.