Skip to content

Commit

Permalink
Removed the default tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeecart committed Jul 31, 2022
1 parent 86492b2 commit 3f2d816
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,6 @@ <h1>ToDo List</h1>
<div class="tasks">
<p class="disabled">Your Tasks</p>
<ul class="tasks-wrapper">
<li>
<input type="checkbox" />
<p class="todo">Add filter option</p>
<i class="far fa-trash-alt delete"></i>
</li>
<li>
<input type="checkbox" />
<p class="todo">Go to Guitar Class</p>
<i class="far fa-trash-alt delete"></i>
</li>
<li>
<input type="checkbox" />
<p class="todo">Build a Javascript App</p>
<i class="far fa-trash-alt delete"></i>
</li>
</ul>
</div>
<div class="new-task btn">
Expand Down

0 comments on commit 3f2d816

Please sign in to comment.