File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
7
8
8
9
- < link href ="ngProfile/ assets/css/bootstrap.min.css " rel ="stylesheet ">
10
- < link href ="ngProfile/ assets/css/font-awesome.min.css " rel ="stylesheet ">
9
+ < link href ="assets/css/bootstrap.min.css " rel ="stylesheet ">
10
+ < link href ="assets/css/font-awesome.min.css " rel ="stylesheet ">
11
11
< link href ='//fonts.googleapis.com/css?family=Open+Sans+Condensed:300 ' rel ='stylesheet ' type ='text/css '>
12
- < link href ="ngProfile/ themes/default/css/theme.css " rel ="stylesheet ">
12
+ < link href ="themes/default/css/theme.css " rel ="stylesheet ">
13
13
14
14
<!-- 1. Load libraries -->
15
15
<!-- Polyfill(s) for older browsers -->
16
- < script src ="ngProfile/ node_modules/core-js/client/shim.min.js "> </ script >
17
- < script src ="ngProfile/ node_modules/zone.js/dist/zone.js "> </ script >
18
- < script src ="ngProfile/ node_modules/reflect-metadata/Reflect.js "> </ script >
19
- < script src ="ngProfile/ node_modules/systemjs/dist/system.src.js "> </ script >
16
+ < script src ="node_modules/core-js/client/shim.min.js "> </ script >
17
+ < script src ="node_modules/zone.js/dist/zone.js "> </ script >
18
+ < script src ="node_modules/reflect-metadata/Reflect.js "> </ script >
19
+ < script src ="node_modules/systemjs/dist/system.src.js "> </ script >
20
20
<!-- 2. Configure SystemJS -->
21
- < script src ="ngProfile/ systemjs.config.js "> </ script >
21
+ < script src ="systemjs.config.js "> </ script >
22
22
< script >
23
23
System . import ( 'app' ) . catch ( function ( err ) { console . error ( err ) ; } ) ;
24
24
</ script >
You can’t perform that action at this time.
0 commit comments