Update index.html

This commit is contained in:
PASSER-BY 2021-11-16 07:36:59 +08:00
parent b765cc30bb
commit 8081fc40ee

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;
}