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 0142be2 commit d563f14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions naoche/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<div class="attention" id="fi-1" onmouseout="disapear()" onmouseover="apear()">
<h1 align="center">-Attention-</h1>
<br>
<li><b>如果不想继续可以<a href="https://yycforever.github.io/timeshaft/">这里<a>跳过。</b></li>
<li><b>如果不想继续可以<a href="https://yycforever.github.io/gift/">这里<a>跳过。</b></li>
<br>
<li><b>沿着箭头点击。</b></li>
<br>
Expand All @@ -202,7 +202,7 @@ <h1 align="center">-Attention-</h1>
<div class="finish" id="finish">
<h2>为我的魔怔道歉。</h2> <br>
<h2>后面没这么恐怖了。</h2> <br>
<h1><a href="https://yycforever.github.io/timeshaft/">Continue -></h1>
<h1><a href="https://yycforever.github.io/gift/">Continue -></h1>
</div>
</body>
<script>
Expand Down Expand Up @@ -266,7 +266,7 @@ <h1><a href="https://yycforever.github.io/timeshaft/">Continue -></h1>
}
function attention(){
var tmp=prompt("做好准备,这页有点魔性,和密集,如果难受或不适可以跳过此页面。\\ww\n\n 0 跳过, 1 继续。\n");
if(tmp==0)location.assign("https://yycforever.github.io/timeshaft/");
if(tmp==0)location.assign("https://yycforever.github.io/gift/");
}
</script>
</html>

0 comments on commit d563f14

Please sign in to comment.