WEBLEB
Home
Editor
Login
Pro
English
English
Français
Español
Português
Deutsch
Italiano
हिंदी
HTML Code Placeholder Comment
6
prestonlcraig
Open In Editor
Publish Your Code
Recommended
10 April 2025
A Code by cleanbug411
23 March 2025
A Code by constantcc607
26 April 2025
A Code by shasshan7236
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); });