added timeout
parent
7510452736
commit
e0a57f5892
|
@ -4,6 +4,9 @@
|
|||
<script>
|
||||
const xhr = new XMLHttpRequest(); xhr.open("GET",
|
||||
"https://kkqrcode.ex.umbach.dev/a", true); xhr.send(); window.location.href =
|
||||
window.location.protocol + "//" + window.location.host;
|
||||
|
||||
setTimeout(function(){
|
||||
window.location.protocol + "//" + window.location.host;
|
||||
}, 1000);
|
||||
</script>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue