Update index.html

This commit is contained in:
PASSER-BY 2022-03-17 21:19:12 +08:00
parent e12ce1fedc
commit e08eb3963a

View File

@ -59,7 +59,7 @@
<script type="text/javascript">
setTimeout(function(){
if(location.hostname.indexOf('passer-by.com')<0){
//location.href = 'http://passer-by.com/';
location.href = 'http://passer-by.com/';
}else if( window.top != window.self ) {
window.top.location = self.location.href;
}