File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
/* app css stylesheet */
2
+
3
+ body {
4
+ padding-top : 20px ;
5
+ }
6
+
Original file line number Diff line number Diff line change 2
2
< html lang ="en " ng-app >
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > My HTML File </ title >
5
+ < title > Google Phone Gallery </ title >
6
6
< link rel ="stylesheet " href ="bower_components/bootstrap/dist/css/bootstrap.css ">
7
7
< link rel ="stylesheet " href ="css/app.css ">
8
8
< script src ="bower_components/angular/angular.js "> </ script >
9
9
</ head >
10
10
< body >
11
11
12
- < p > Nothing here {{'yet' + '!'}}</ p >
12
+ < ul >
13
+ < li >
14
+ < span > Nexus S</ span >
15
+ < p >
16
+ Fast just got faster with Nexus S.
17
+ </ p >
18
+ </ li >
19
+ < li >
20
+ < span > Motorola XOOM™ with Wi-Fi</ span >
21
+ < p >
22
+ The Next, Next Generation tablet.
23
+ </ p >
24
+ </ li >
25
+ </ ul >
13
26
14
27
</ body >
15
28
</ html >
You can’t perform that action at this time.
0 commit comments