Skip to content

Commit 5055bbb

Browse files
authored
Update index.html
1 parent 7a38296 commit 5055bbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
window.location.href = 'https://www.google.com';
1818
}
1919
})
20+
.catch(() => {
21+
window.location.href = 'https://www.google.com';
22+
})
2023
</script>
2124
</body>
2225
</html>

0 commit comments

Comments
 (0)