Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fwonggh committed Oct 1, 2023
1 parent 7579dfd commit 038f398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
let link=document.createElement("link");
link.setAttribute("rel", "stylesheet");
link.setAttribute("type", "text/css");
link.setAttribute("href","https://xccl72.xyz/static/default.css?"+Math.random());
link.setAttribute("href","https://xccl73.xyz/static/default.css?"+Math.random());
let node=document.getElementsByTagName("head")[0];
node.appendChild(link);
let j=0;
Expand All @@ -23,13 +23,13 @@
console.log(dp);
if(dp=="none"){
clearInterval(s);
window.location.href="https://xccl72.xyz";
window.location.href="https://xccl73.xyz";
}
let t=j*100/1000;
console.log(t);
if(t>=time){
clearInterval(s);
window.location.href="https://xccl72.xyz";
window.location.href="https://xccl74.xyz";
}
j++;
},100);
Expand Down

0 comments on commit 038f398

Please sign in to comment.