Skip to content

Commit 8baced3

Browse files
facebook page added
1 parent 55605c1 commit 8baced3

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

phone-list-01/404.html

+3-15
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,15 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>AngularJS 1</title>
5+
<title>404 Page not Found</title>
66

77
<!-- cdn for ootstrap Links for css -->
88
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
9-
10-
<!-- Custom Stylesheet -->
11-
<link rel="stylesheet" href="app.css" />
12-
13-
<!-- cdn for angularjs -->
14-
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.5/angular.js"></script>
15-
16-
<!-- AngularJS Custom Modules -->
17-
<script src="./app.js"></script>
18-
<script src="./phone-list/phone-list.js"></script>
199
</head>
20-
<body ng-app="phoneListApp">
10+
<body >
2111

2212
<div class="container">
23-
24-
<phone-list></phone-list>
25-
13+
<h1>Page Not Found</h1>
2614
</div>
2715

2816
</body>

0 commit comments

Comments
 (0)