Skip to content

Commit

Permalink
invoke redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ratalla816 committed May 28, 2024
1 parent 936ae12 commit 3092eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
function Redirect() {
window.location.replace("https://survey.fieldsense.whs.amazon.dev/survey/2164ae4d-abb7-42b5-b48e-9dc5af87e6fb");
}
document.write("You will be redirected to the main page in 3 seconds.");
document.write("You will be redirected to the main page in 2 seconds.");
setTimeout(function() {
Redirect();
}, 3000);
}, 2000);
</script>
<!-- http://127.0.0.1:5500/index.html -->
</head>
Expand Down

0 comments on commit 3092eda

Please sign in to comment.