8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6304789 commit ae775a0Copy full SHA for ae775a0
Simple-Div-Flex/Simple Todo List/index.html
@@ -12,8 +12,8 @@ <h2>Task Management App</h2>
12
<input type="text" id="task" placeholder="Add a new task">
13
<!-- <input type="text" id="task" placeholder="Create a new task"> -->
14
<button onclick="addTask()">Add</button>
15
- <button onclick="completeTask()">Complete</button>
16
- <button onclick="incompleteTask()">Incomplete</button>
+ <!-- <button onclick="completeTask()">Complete</button>
+ <button onclick="incompleteTask()">Incomplete</button> -->
17
<ul id="taskList"></ul>
18
</div>
19
<script src="index.js"></script>
0 commit comments