top of page
bottom of page
window.onload = function () { const scriptUrl = "https://script.google.com/macros/s/AKfycbwoaOvuSouBQlcdIdFT3fal7x5CdsEg3_-kBiC3zqgfTHCysOQ025yeGUizHBKfCS0amQ/exec?func=generate"; fetch(scriptUrl) .then(response => response.text()) .then(token => { if (token) { window.location.href = `/register?token=${token}`; } else { document.body.innerHTML = "