1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
+
8
+ <!-- Link to the favicon -->
9
+ < link rel ="icon " href ="notes.png " type ="image/png ">
10
+
11
+ < title > To Do List</ title >
12
+ < link rel ="stylesheet " href ="main.css ">
13
+ </ head >
14
+ < body >
15
+ < div class ="title ">
16
+ < h1 > TO DO LIST</ h1 >
17
+ </ div >
18
+ < div class ="center container ">
19
+ < div class ="todo ">
20
+ < input class ="todo__value " type ="text " placeholder ="(empty) " value ="Take the bins out ">
21
+ < input class ="todo__checkbox " type ="checkbox ">
22
+ </ div >
23
+ < div class ="todo ">
24
+ < input class ="todo__value " type ="text " placeholder ="(empty) ">
25
+ < input class ="todo__checkbox " type ="checkbox ">
26
+ </ div >
27
+ < div class ="todo ">
28
+ < input class ="todo__value " type ="text " placeholder ="(empty) ">
29
+ < input class ="todo__checkbox " type ="checkbox ">
30
+ </ div >
31
+ < div class ="todo ">
32
+ < input class ="todo__value " type ="text " placeholder ="(empty) " value ="Take the bins out ">
33
+ < input class ="todo__checkbox " type ="checkbox ">
34
+ </ div >
35
+ < div class ="todo ">
36
+ < input class ="todo__value " type ="text " placeholder ="(empty) ">
37
+ < input class ="todo__checkbox " type ="checkbox ">
38
+ </ div >
39
+ < div class ="todo ">
40
+ < input class ="todo__value " type ="text " placeholder ="(empty) ">
41
+ < input class ="todo__checkbox " type ="checkbox ">
42
+ </ div >
43
+ < div class ="todo ">
44
+ < input class ="todo__value " type ="text " placeholder ="(empty) " value ="Take the bins out ">
45
+ < input class ="todo__checkbox " type ="checkbox ">
46
+ </ div >
47
+ < div class ="todo ">
48
+ < input class ="todo__value " type ="text " placeholder ="(empty) ">
49
+ < input class ="todo__checkbox " type ="checkbox ">
50
+ </ div >
51
+ < div class ="todo ">
52
+ < input class ="todo__value " type ="text " placeholder ="(empty) ">
53
+ < input class ="todo__checkbox " type ="checkbox ">
54
+ </ div >
55
+ </ div >
56
+ </ body >
57
+ </ html >
0 commit comments