README.md
December 5, 2022 ยท View on GitHub
Description
Password Protect your Website for all javascript browsers with only 1 line of code!
More Info
| Submitted On | |
| By | Florian Robert Austin |
| Level | Beginner |
| User Rating | 3.2 (29 globes from 9 users) |
| Compatibility | |
| Category | Security |
| World | Java |
| Archive File |
Source Code
Just create an html file with JUST this code:
<script>window.location=eval("window.location='"+prompt("Enter in your password","")+".htm'");</script>
That's it! Call it index.htm and replace your old index's name with the password(.htm)
example:
password: candyegg
old index: candyegg.htm
-Phlo2k(@hotmail.com)