Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- demo: https://liveweave.com/gu0ReI -->
- <script>
- var password;
- var pass1="your password here";
- password=prompt("enter your password to view this page.","");
- if (password==pass1)
- alert('password correct! click ok to enter.');
- else
- {
- window.location="u can put any link u want the page to get redirected to here";
- }
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement