Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yycforever authored Dec 15, 2022
1 parent 9319579 commit 3d2e402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
<script>
function typekey(){
var key=prompt("Please enter the password.");
if(key!=1)location.replace("https://yycforever.github.io/404");
const ans="yyc should drink more milk.";
if(key!=ans)location.replace("https://yycforever.github.io/404");
}
</script>
</html>

0 comments on commit 3d2e402

Please sign in to comment.