How to link external script in tag

Hi,

i want to use a javascript for an image gallery and i need to put that link inside the <head> tag where all the .css gets linked automatically when we create a stylesheet. Now as far as i know <head> tag is locked by default. I know i can use a custom code component in order to put custom html inside the <body> tag but is there any way i can include or edit the <head> tag ?

Thanks.

Any new CSS will be automatically be added into your head tag when you export your design.

Same for js at bottom, so if you add your own custom code as long as your CSS is created/imported you will be good to go once exported.