top of page

Request Access To The Code


To obtain access to this code, please contact the Kronos Fusion Energy IT Team at:
 

tech_access@kfe-inc.com

bottom of page
// Add this to your Wix page's custom code window.addEventListener('message', function(event) { if (event.data.action === 'scrollToTop') { window.scrollTo({ top: 0, behavior: 'smooth' }); } });