11
11
12
12
<!-- ** Plugins Needed for the Project ** -->
13
13
<!-- Bootstrap -->
14
- < link rel ="stylesheet " href ="../plugins/bootstrap/bootstrap.min.css ">
14
+ < link rel ="stylesheet " href ="../../ plugins/bootstrap/bootstrap.min.css ">
15
15
<!-- slick slider -->
16
- < link rel ="stylesheet " href ="../plugins/slick/slick.css ">
16
+ < link rel ="stylesheet " href ="../../ plugins/slick/slick.css ">
17
17
<!-- themefy-icon -->
18
- < link rel ="stylesheet " href ="../plugins/themify-icons/themify-icons.css ">
18
+ < link rel ="stylesheet " href ="../../ plugins/themify-icons/themify-icons.css ">
19
19
<!-- Main Stylesheet -->
20
20
< link href ="../css/style.css " rel ="stylesheet ">
21
21
<!--Favicon-->
22
- < link rel ="icon " type ="image/png " href ="../images/favicon.jpg ">
23
- < link href ="../css/fontawesome/css/all.min.css " rel ="stylesheet " />
22
+ < link rel ="icon " type ="image/png " href ="../../ images/favicon.jpg ">
23
+ < link href ="../../ css/fontawesome/css/all.min.css " rel ="stylesheet " />
24
24
</ head >
25
25
26
26
< body >
@@ -191,12 +191,12 @@ <h6><u>References: </u></h6>
191
191
192
192
< script src ="../plugins/jQuery/jquery.min.js " crossorigin ="anonymous "> </ script >
193
193
< script >
194
- $ ( '#myHead' ) . load ( '../include/header.html' ) ;
194
+ $ ( '#myHead' ) . load ( '../../ include/header.html' ) ;
195
195
$ ( document ) . ready ( function ( ) {
196
196
$ ( "#skipnone" ) . remove ( ) ;
197
197
} ) ;
198
- $ ( '#myFooter' ) . load ( '../include/footer.html' ) ;
199
- $ ( '#showsidebar' ) . load ( '../include/sidebarShow.html' ) ;
198
+ $ ( '#myFooter' ) . load ( '../../ include/footer.html' ) ;
199
+ $ ( '#showsidebar' ) . load ( '../../ include/sidebarShow.html' ) ;
200
200
</ script >
201
201
< script >
202
202
var geturl = window . location . href ;
@@ -216,18 +216,18 @@ <h6><u>References: </u></h6>
216
216
< noscript > Please enable JavaScript to view the < a href ="https://disqus.com/?ref_noscript "> comments powered by
217
217
Disqus.</ a > </ noscript >
218
218
<!-- Bootstrap JS -->
219
- < script src ="../plugins/bootstrap/bootstrap.bundle.min.js "> </ script >
219
+ < script src ="../../ plugins/bootstrap/bootstrap.bundle.min.js "> </ script >
220
220
<!-- slick slider -->
221
- < script src ="../plugins/slick/slick.min.js "> </ script >
221
+ < script src ="../../ plugins/slick/slick.min.js "> </ script >
222
222
<!-- masonry -->
223
- < script src ="../plugins/masonry/masonry.js "> </ script >
223
+ < script src ="../../ plugins/masonry/masonry.js "> </ script >
224
224
<!-- headroom -->
225
- < script src ="../plugins/headroom/headroom.js "> </ script >
225
+ < script src ="../../ plugins/headroom/headroom.js "> </ script >
226
226
<!-- reading time -->
227
- < script src ="../plugins/reading-time/readingTime.min.js "> </ script >
227
+ < script src ="../../ plugins/reading-time/readingTime.min.js "> </ script >
228
228
229
229
<!-- Main Script -->
230
- < script src ="../js/script.js " crossorigin ="anonymous "> </ script >
230
+ < script src ="../../ js/script.js " crossorigin ="anonymous "> </ script >
231
231
232
232
233
233
</ body >
0 commit comments