Skip to content

Commit 6a9a1fc

Browse files
committed
Demo fix app: favicon
1 parent 51809d8 commit 6a9a1fc

File tree

1 file changed

+16
-22
lines changed

1 file changed

+16
-22
lines changed

demo/index.html

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8" />
5-
<title>Ngx-ui-scroll demo</title>
6-
<base href="./" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<link rel="icon" type="image/x-icon" href="./demo/favicon.ico" />
93

10-
<link
11-
href="https://fonts.googleapis.com/css?family=Open+Sans"
12-
rel="stylesheet"
13-
/>
14-
<link
15-
rel="stylesheet"
16-
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
17-
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
18-
crossorigin="anonymous"
19-
/>
20-
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
21-
</head>
22-
<body>
23-
<app-root></app-root>
24-
</body>
25-
</html>
4+
<head>
5+
<meta charset="utf-8" />
6+
<title>Ngx-ui-scroll demo</title>
7+
<base href="./" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
<link rel="icon" type="image/x-icon" href="./favicon.ico" />
10+
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
11+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
12+
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
13+
</head>
14+
15+
<body>
16+
<app-root></app-root>
17+
</body>
18+
19+
</html>

0 commit comments

Comments
 (0)