Answers for "how to make a page that auto redirect after a few seconds"

1

how to make a page that auto redirect after a few seconds

<html>
    <head>
        <meta http-equiv="refresh" content="3;url=http://www.somewhere.com/" />
    </head>
    <body>
        <h1>Redirecting in 3 seconds...</h1>
    </body>
</html>
Posted by: Guest on October-24-2021

Code answers related to "how to make a page that auto redirect after a few seconds"

Browse Popular Code Answers by Language