Skip to content

Commit 958fcfe

Browse files
committed
Add a new class inside div
1 parent 1669629 commit 958fcfe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sprint-3/todo-list/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ <h1>My ToDo List</h1>
1515

1616
<div class="todo-input">
1717
<input type="text" id="new-task-input" placeholder="Enter a new task..." />
18+
<input type="datetime-local" id="new-task-deadline" />
1819
<button id="add-task-btn">Add</button>
1920
</div>
2021

0 commit comments

Comments
 (0)