<!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <!-- Standard Meta -->
    <meta charset="utf-8"/>
    <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0" name="viewport">

    <link rel="apple-touch-icon" href="/logo-192.png"/>

    <!-- Site Properties -->
    <title>Login</title>

    <script type="text/javascript">
        var requestedPath = "/sitemap.xml"
        var redirectLocation = "https://msg.msgcheckin.com/saml2/authenticate/msg"

        function onLoad() {
            if (requestedPath != '/favicon.ico') {
                localStorage.setItem('LAST_KNOWN_LOCATION', requestedPath);
            }
            window.location.assign(redirectLocation);
        }
    </script>

</head>
<body onload="onLoad();">
<div></div>
</body>
</html>