forked from Mostafa-Ghafourian/Mostafa-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 720 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>TodoList</title>
<Link rel="stylesheet" href="css.css"></Link>
</head>
<body>
<h1 id="Mostafa">Mostafa TodoList</h1>
<button id="add" >Add Todo</button>
<button id="remove">Remove Todo</button>
<button id="edit">Edit Todo</button>
<button id="select">Select Off</button>
<br>
<button id="addi">Addi</button>
<button id="mohem">Mohem</button>
<button id="kheili-mohem">Kheili Mohem</button>
<button id="AnjamShodehe">Takmil kardan</button>
<button id="remove-tick">Remove Tick</button>
<script src="Todo.js"></script>
</body>
</html>