1. Create a new template
2. Edit the template content to the following:
<!DOCTYPE HTML>
<html>
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="refresh" content="1;url=
http://yourdomain.co.uk/">
        <script type="text/javascript">
            window.location.href = "
http://yourdomain.co.uk/"
        </script>
        <title>Page Redirection</title>
    </head>
    <body>
        If you are not redirected automatically, follow the <a href='
http://yourdomain.co.uk/'>link to example</a>
    </body>
</html>
3. Create a new page.
4. Set the page's template to the one you just created
5. Voila! You have done it.
Hope this helps. :-)