File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 < script src ="https://polyfill.io/v2/polyfill.min.js?features=IntersectionObserver "> </ script >
1010</ head >
1111< body >
12- < a href ="../test/1.html "> Link 1</ a >
13- < a href ="../test/2.html "> Link 2</ a >
14- < a href ="../test/3.html "> Link 3</ a >
15- < section id ="stuff ">
16- < a href ="../test/main.css "> CSS</ a >
17- </ section >
18- < a href ="../test/4.html " style ="position:absolute;margin-top:900px; "> Link 4</ a >
19- < div style ="height:800px; width:800px; "> test</ div >
12+ < div class ="screen ">
13+ < h1 > Basic demo</ h1 >
14+ < a href ="../test/1.html "> Link 1</ a >
15+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
16+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
17+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
18+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
19+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
20+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
21+ < a href ="../test/2.html "> Link 2</ a >
22+ </ div >
23+ < div class ="screen ">
24+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos, quos?
25+ < a href ="../test/3.html "> Link 3</ a >
26+ < section id ="stuff ">
27+ < a href ="../test/main.css "> CSS</ a >
28+ </ section >
29+ </ div >
30+ < div class ="screen ">
31+ < a href ="../test/4.html "> Link 4</ a >
32+ </ div >
2033 < script src ="../dist/quicklink.umd.js "> </ script >
2134 < script >
2235 quicklink ( ) ;
2336 </ script >
2437</ body >
25- </ html >
38+ </ html >
39+
Original file line number Diff line number Diff line change 11body {
2- font-family : Roboto, Arial, sans-serif;
3- }
2+ font-family : Roboto, Arial, sans-serif;
3+ }
4+
5+ .screen {
6+ height : 100vh ;
7+ }
You can’t perform that action at this time.
0 commit comments