how to redirect to another page in html when index page is open code example
Example: html redirect to another page
<script>
function foo() {
window.location.href = url
}
</script>
<script>
function foo() {
window.location.href = url
}
</script>