WEBLEB
Accueil
Éditeur
Connexion
Pro
Français
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Commentaire d'espace réservé au code HTML
15
prestonlcraig
Ouvrir dans l'éditeur
Publiez votre code
Recommandé
19 March 2025
Conception de sites Web utilisant HTML et CSS
19 April 2024
Modèle de formulaire de connexion HTML V2
3 December 2024
Un code par securecode635
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); });