Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
0xhea authored Apr 17, 2019
1 parent bbab0ba commit b8e2667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1>建设中,请稍后再试(づ ̄ 3 ̄)づ</h1><br>
//document.write("");
function show_time(){
window.setTimeout("show_time()", 1000);
BirthDay=new Date("09-30-2019");//改成你的计时日期
BirthDay=new Date("09-30-2019");//改成你的计时日期,hao
today=new Date();
timeold=(BirthDay.getTime()-today.getTime());
sectimeold=timeold/1000
Expand Down

0 comments on commit b8e2667

Please sign in to comment.