Search
0
Cart
artists
art
Services
Explore
About us
Welcome!
Terms and Conditions
Privacy Policy
SIGN IN/UP
0
Collection:
test 4
Password Protected User Interface
Password Protected User Interface
Login
Password:
Submit
Add Content
Content:
function login() { var password = document.getElementById("password").value; // Check the password if (password === "password123") { document.getElementById("login").style.display = "none"; document.getElementById("interface").style.display = "block"; } else { alert("Invalid password"); } } function addContent() { var content = document.getElementById("content").value; // Create a new element and add the content var newElement = document.createElement("p"); newElement.textContent = content; // Append the new element to the content container document.getElementById("contentContainer").appendChild(newElement); }
No products found
Thanks for subscribing
Continue shopping