Update index.html

This commit is contained in:
mumuy 2025-10-23 22:02:36 +08:00
parent 254a69db66
commit 14bd08cc87

View File

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