const lightColor = "#ffffff"; const darkColor = "#000000"; $w("#toggleSwitch").checked = false; $w("#container").style.backgroundColor = lightColor; $w("#toggleSwitch").onChange(function () { const backgroundColor = $w("#toggleSwitch").checked ? darkColor : lightColor; $w("#container").style.backgroundColor = backgroundColor;
 }); const myTextElement = $w('#title'); const textToType = 'Advanced development,on your terms'; const typingSpeed = 100; typeText(myTextElement, textToType, typingSpeed); function typeText(element, text, 7CADFF) {
 let i = 0; function typeNextCharacter() {
top of page
Não há nenhuma agenda para exibir no momento
bottom of page