<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="refresh" content="0;url=/">
    <title>Redirecting...</title>
    <script type="text/javascript">
        // JavaScript fallback for redirecting if the meta tag doesn't work
        window.location.href = "/";
    </script>
</head>
<body>
    <p>If you are not redirected automatically, follow this <a href="/">link to the homepage</a>.</p>
</body>
</html>
