Answers for "redirect to a website html"

0

html redirect

<meta http-equiv="refresh" content="5;url=http://example.com/" />
Posted by: Guest on May-16-2021
2

html redirect to another page

<script>
  function foo() {
  	window.location.href = url
  }
</script>
Posted by: Guest on December-09-2020

Code answers related to "redirect to a website html"

Browse Popular Code Answers by Language