<html>
<head>
    <meta http-equiv="refresh" content="0;url=/" />
    <title>Page Moved</title>
</head>
<body>
This page has moved. Click <a href="/">here</a> to go to the new page.
<script>
    window.location.href = '/';
</script>
</body>
</html>
