css

<!DOCTYPE html> <html> <head> <title>Javascript Test</title> </head> <body> <script> alert("Password please"); </script> <p style="font-size: 30pt;">ENTER PASSWORD BELOW </p> <p>Password:<input id="passwordbox" type="password"/></p> <a href="myfirshtml.html"> click here to submit password and view site </a> <script>function checkpassword() { var password = document.getElementById("passwordBox"); var passwordText = password.value; }</script> </body> </html>
just edit the password lovelyluk

2 Responses

password to protect your website just edit the password Ernest300 to be your own
@conner oops lol lovelyluk i was thinking of something else

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.