Skip to content

Commit

Permalink
Update todo.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish7737 authored Aug 21, 2024
1 parent de951ca commit 6fbf34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/todo.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</head>

<body>
<h1>Todo List - Made for Batch 7</h1>
<h1>Todo List - by NodeJS</h1>
<ul>
<% todolist.forEach(function(todo, index) { %>
<li>
Expand Down

0 comments on commit 6fbf34b

Please sign in to comment.