Update index.html

This commit is contained in:
PASSER-BY 2021-11-16 23:39:47 +08:00
parent 03100bd3cd
commit ea879e8180

View File

@ -17,7 +17,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;
}