So as far as I understand I leave the following code in header:
link rel=“stylesheet” type=“text/css”
href=“https://unpkg.com/fullpage.js/dist/fullpage.min.css”
Then in the footer I replace the
“text/javascript” src=“fullpage.min.js”
into
“text/javascript” src=“fullpage.extensions.min.js”
and add the file I received after purchasing
“text/javascript” src=“fullpage.scrollHorizontally.min.js”
in footer before the newly replaced
“text/javascript” src=“fullpage.extensions.min.js”
Could you please advise on which domain I could upload this file? Would GitHub work?