diff --git a/index.html b/index.html index 4dc2beb..a5985be 100644 --- a/index.html +++ b/index.html @@ -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; @@ -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);