Use this as a template, Change
<Seconds> to 1 or 3 (enough time to read the redirection message)
<URL> Page that you are sending them to.
<!DOCTYPE HTML>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="<Seconds>; url=<URL>">
<script>
window.location.href = "<URL>"
</script>
<title>Page Redirection</title>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow the <a href='http://example.com'>link to example</a>