You can do an HTML redirect using the meta tag within the head tag. Here’s how you can do it:
```
```
This meta refresh tag will redirect to ‘http://www.example.com/’ after 0 seconds. Replace ‘0’ with the number of seconds you want it to wait before it redirects. If you want the redirect to occur immediately, use ‘0’ as in the example. Be sure to replace ‘http://www.example.com/’ with the
URL you want to redirect to.