8000 Simple Task Management App · anshi-the-coder/Javascript@ae775a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae775a0

Browse files
Simple Task Management App
1 parent 6304789 commit ae775a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Simple-Div-Flex/Simple Todo List/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ <h2>Task Management App</h2>
1212
<input type="text" id="task" placeholder="Add a new task">
1313
<!-- <input type="text" id="task" placeholder="Create a new task"> -->
1414
<button onclick="addTask()">Add</button>
15-
<button onclick="completeTask()">Complete</button>
16-
<button onclick="incompleteTask()">Incomplete</button>
15+
<!-- <button onclick="completeTask()">Complete</button>
16+
<button onclick="incompleteTask()">Incomplete</button> -->
1717
<ul id="taskList"></ul>
1818
</div>
1919
<script src="index.js"></script>

0 commit comments

Comments
 (0)
0