File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > Intro.js | Better introductions for websites and features with a step-by-step guide for your projects. </ title >
5
+ < title > Basic usage </ title >
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
< meta name ="description " content ="Intro.js - Better introductions for websites and features with a step-by-step guide for your projects. ">
8
8
< meta name ="author " content ="Afshin Mehrabani (@afshinmeh) in usabli.ca group ">
9
9
10
10
<!-- styles -->
11
- < link href ="css/bootstrap.min.css " rel ="stylesheet ">
12
- < link href ="css/demo.css " rel ="stylesheet ">
11
+ < link href ="../assets/ css/bootstrap.min.css " rel ="stylesheet ">
12
+ < link href ="../assets/ css/demo.css " rel ="stylesheet ">
13
13
14
14
<!-- Add IntroJs styles -->
15
- < link href ="../introjs.css " rel ="stylesheet ">
15
+ < link href ="../../ introjs.css " rel ="stylesheet ">
16
16
17
- < link href ="css/bootstrap-responsive.min.css " rel ="stylesheet ">
17
+ < link href ="../assets/ css/bootstrap-responsive.min.css " rel ="stylesheet ">
18
18
</ head >
19
19
20
20
< body >
@@ -70,6 +70,6 @@ <h4>Developed with <3</h4>
70
70
</ div >
71
71
72
72
</ div >
73
- < script type ="text/javascript " src ="../intro.js "> </ script >
73
+ < script type ="text/javascript " src ="../../ intro.js "> </ script >
74
74
</ body >
75
75
</ html >
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > Intro.js | Better introductions for websites and features with a step-by-step guide for your projects. </ title >
5
+ < title > Defining with JSON configuration </ title >
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
< meta name ="description " content ="Intro.js - Better introductions for websites and features with a step-by-step guide for your projects. ">
8
8
< meta name ="author " content ="Afshin Mehrabani (@afshinmeh) in usabli.ca group ">
9
9
10
10
<!-- styles -->
11
- < link href ="css/bootstrap.min.css " rel ="stylesheet ">
12
- < link href ="css/demo.css " rel ="stylesheet ">
11
+ < link href ="../assets/ css/bootstrap.min.css " rel ="stylesheet ">
12
+ < link href ="../assets/ css/demo.css " rel ="stylesheet ">
13
13
14
14
<!-- Add IntroJs styles -->
15
- < link href ="../introjs.css " rel ="stylesheet ">
15
+ < link href ="../../ introjs.css " rel ="stylesheet ">
16
16
17
- < link href ="css/bootstrap-responsive.min.css " rel ="stylesheet ">
17
+ < link href ="../assets/ css/bootstrap-responsive.min.css " rel ="stylesheet ">
18
18
</ head >
19
19
20
20
< body >
@@ -70,7 +70,7 @@ <h4>Developed with <3</h4>
70
70
</ div >
71
71
72
72
</ div >
73
- < script type ="text/javascript " src ="../intro.js "> </ script >
73
+ < script type ="text/javascript " src ="../../ intro.js "> </ script >
74
74
< script type ="text/javascript ">
75
75
function startIntro ( ) {
76
76
var intro = introJs ( ) ;
You can’t perform that action at this time.
0 commit comments