Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yycforever authored Dec 15, 2022
1 parent d32ba56 commit d4bc3ce
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,18 @@
</style>
</head>

<body>
<body onload="typekey()">
<div class="box">
<p class="words ch1">My Dear yyc</p>
<p class="words ch2"> Happy Birthday !</p>
</div>
<a href="https://yycforever.github.io/content" class="pulldown"></a>
</body>

<script>
function typekey(){
var key=prompt("Please enter the password.");
if(key!="yyc应该多喝牛奶")location.replace("https://yycforever.github.io/404");
return;
}
</script>
</html>

0 comments on commit d4bc3ce

Please sign in to comment.