Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

HTML redirect

<!DOCTYPE html>
<html>
  <head>
    <title>Loading...</title>
    <meta http-equiv="refresh" content="0; url=http://example.com">
    <script>window.location.href = "http://example.com"</script>
  </head>
  <body>
    <p>Not redirected? Go to <a href="https://example.com">example.com</a></p>
  </body>
</html>
 
PREVIOUS NEXT
Tagged: #HTML #redirect
ADD COMMENT
Topic
Name
5+4 =