We started a Sci-fi lovers community

const goto_site = () => {

 

console.log(`Join the BENZOOKAPI STORE community`);

 

 

window.location.href = 

 

 'https://benzookapi.com/pages/collabs';

 

};

 

window.addEventListener('load', goto_site);

 

/*✌️ */

Back to blog