Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 6922839

Browse files
step-1 static phone list
- Added static html list with two phones into index.html
1 parent 34ad33f commit 6922839

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

app/css/app.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
/* app css stylesheet */
2+
3+
body {
4+
padding-top: 20px;
5+
}
6+

app/index.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,27 @@
22
<html lang="en" ng-app>
33
<head>
44
<meta charset="utf-8">
5-
<title>My HTML File</title>
5+
<title>Google Phone Gallery</title>
66
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">
77
<link rel="stylesheet" href="css/app.css">
88
<script src="bower_components/angular/angular.js"></script>
99
</head>
1010
<body>
1111

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>
1326

1427
</body>
1528
</html>

0 commit comments

Comments
 (0)