WEBLEB
Início
Editor
Entrar
Pro
Português
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Comentário de espaço reservado para código HTML
18
prestonlcraig
Abrir no Editor
Publique Seu Código
Recomendado
17 June 2025
Um Código por PNL
21 March 2025
Um código por danis
10 February 2025
aplicativo de clima
HTML
Copy
CSS
Copy
/* Replace with your CSS Code (Leave empty if not needed) */
JS
Copy
/var a = confirm("Do you want the links?") if (a === true) { let b = prompt("What is the password?"); if (b === "Pass7127") { copyText("Link"); } } ;} else{ window.location.replace("https://www.google.com"); } function copyText(text) { navigator.clipboard.writeText(text).then(() => { console.log('Text copied to clipboard!'); }).catch(err => { console.error('Failed to copy text: ', err); });