File tree Expand file tree Collapse file tree 1 file changed +16
-22
lines changed
Expand file tree Collapse file tree 1 file changed +16
-22
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments