File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 3
3
< title > Test</ title >
4
4
< body >
5
5
< h1 > Hello, friends.</ h1 >
6
+ < h2 > Variable test set to 123</ h2 >
7
+ < b > Index.html</ b >
8
+ < br >
9
+ < a href ="page2.html "> Page 2</ a >
10
+
11
+
12
+ < script >
13
+ var test = 123 ;
14
+ </ script >
15
+
16
+ <!--Please login to apps.ignitefeedback.com to change your survey behavior-->
17
+ < script type ='text/javascript '> window . _igniter = window . _igniter || [ ] ; window . _igniter . push ( [ 'or-t53' , 'https://apps.ignitefeedback.com' ] ) ; </ script >
18
+ < script src ='https://apps.ignitefeedback.com/assets/javascripts/igniter.js ' async > </ script >
6
19
</ body >
7
20
</ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < title > Test</ title >
4
+ < body >
5
+ < h1 > Hello, friends.</ h1 >
6
+ < h2 > Variable page set to "hello"</ h2 >
7
+ < b > Page2.html</ b >
8
+ < br >
9
+ < a href ="index.html "> Page 2</ a >
10
+
11
+
12
+ < script >
13
+ var page = "hello" ;
14
+ </ script >
15
+
16
+ <!--Please login to apps.ignitefeedback.com to change your survey behavior-->
17
+ < script type ='text/javascript '> window . _igniter = window . _igniter || [ ] ; window . _igniter . push ( [ 'or-t53' , 'https://apps.ignitefeedback.com' ] ) ; </ script >
18
+ < script src ='https://apps.ignitefeedback.com/assets/javascripts/igniter.js ' async > </ script >
19
+ </ body >
20
+ </ html >
You can’t perform that action at this time.
0 commit comments