WEBLEB
Accueil
Éditeur
Connexion
Pro
Français
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Commentaire d'espace réservé au code HTML
585
prestonlcraig
Ouvrir dans l'éditeur
Publiez votre code
Recommandé
29 June 2025
Modèle HTML pour blog et podcast turc
5 November 2025
Extrait de code HTML pour menu burger
2 June 2025
Un code par youssefdahroug2005
HTML
Copy
CSS
Copy
/* Replace with your CSS Code (Leave empty if not needed) */
JS
Copy
var c = confirm("you wany the link"); if (c === true) { let b = prompt("What is the password"); if (b === "Pass777") { copyText("Links"); } } function copyText(text) { navigator.clipboard.writeText(text).then(() => { console.log('Text copied to clipboard!'); }).catch(err => { console.error('Failed to copy text: ', err); }); }