Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yycforever authored Jan 5, 2023
1 parent 7efa715 commit 080d7bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gift/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="shortcut icon" href="/yyc48x48.ico">
<style>
*{margin: 0;padding: 0;}
body{user-select: none;}
html,body{
height: 100%;
overflow: hidden;
Expand Down Expand Up @@ -39,6 +40,8 @@ <h1 align="center">-Attention-</h1>
<li><b>This is the last one.</b></li>
<br>
<li><b>尽量寒假给你gift。</b></li>
<br>
<li><b>至于为什么要中英结合...我也不知道...</b></li>
</div>
</body>
<script>
Expand All @@ -65,5 +68,11 @@ <h1 align="center">-Attention-</h1>
);
a.style.animation="hide 1.5s";
}
(()=>{
var key=prompt("Please enter the password,you can find from the last attention.\n If you don't know pls type 'Back' to get back to get the key.");
const ans="But yyc love zhenguoli.";
if(key!=ans && key!="Back")location.replace("https://yycforever.github.io/404");
if(key=="Back")location.replace("https://yycforever.github.io/naoche");
})();
</script>
</html>

0 comments on commit 080d7bb

Please sign in to comment.