File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > TodoKid</ title >
5
5
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
6
- < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css " />
7
6
< script src ="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angular.min.js "> </ script >
8
7
< script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.min.js "> </ script >
9
8
< script type ="text/javascript " src ="app.js "> </ script >
10
- < script type ="text/javascript " src ="todo.js "> </ script >
11
-
12
-
9
+ < script type ="text/javascript " src ="todo.js "> </ script >
13
10
< link rel ="stylesheet " type ="text/css " href ="/css/style.css ">
14
11
< link href ='https://fonts.googleapis.com/css?family=Roboto:400,300 ' rel ='stylesheet ' type ='text/css '>
12
+ < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css ">
13
+ < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css " />
15
14
16
15
</ head >
17
16
95
94
</ ul >
96
95
</ div >
97
96
98
- < div class ="box group ">
99
- < h1 > Todo list</ h1 >
97
+ < div class ="box ">
98
+ < h1 > Todo list < i class =" fa fa-plus " > </ i > </ h1 >
100
99
< input type ="text " placeholder ="Add new todo ">
101
100
< ul >
102
- < li > < span > X </ span > Buy A Potion</ li >
103
- < li > < span > X </ span > Buy New Roboe</ li >
104
- < li > < span > X </ span > Fight Dragon</ li >
101
+ < li > < span > < i class =" fa fa-trash " > </ i > </ span > Buy A Potion</ li >
102
+ < li > < span > < i class =" fa fa-trash " > </ i > </ span > Buy New Roboe</ li >
103
+ < li > < span > < i class =" fa fa-trash " > </ i > </ span > Fight Dragon</ li >
105
104
</ ul >
106
105
</ div >
107
106
You can’t perform that action at this time.
0 commit comments