We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55605c1 commit 8baced3Copy full SHA for 8baced3
phone-list-01/404.html
@@ -2,27 +2,15 @@
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
- <title>AngularJS 1</title>
+ <title>404 Page not Found</title>
6
7
<!-- cdn for ootstrap Links for css -->
8
<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>
19
</head>
20
-<body ng-app="phoneListApp">
+<body >
21
22
<div class="container">
23
24
- <phone-list></phone-list>
25
+ <h1>Page Not Found</h1>
26
</div>
27
28
</body>
0 commit comments