HTML

Redirection

<!DOCTYPE html>

<html>

  <head>

    <meta http-equiv="refresh" content="0; url='https://www.mikesdatabaseplace.com/'" />

  </head>

  <body>

    <p>Redirecting</p>

  </body>

</html>

You can introduce a delay before redirection by changing the 0 to any other number of seconds.

Bibliography