<!DOCTYPE html>
<html>
    <head>
        <script>
            sessionStorage.redirect = location.href;
        </script>
        <meta http-equiv="refresh" content="0;URL='/'">
    </head>
</html>