CINXE.COM
Unsupported Browser | StarRez Portal
锘匡豢<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="StarRez Portal"> <script> //Immediately-invoked function expression (() => { //Checks if there is any page history (eg:this was opened from MS Word, or a new-tabbed bookmark) //This prevents an infinite redirect loop if (window.history.length < 2 ) { window.location.replace("/StarRezPortalX"); } })() </script> <title>Unsupported Browser | StarRez Portal</title> <link href="../Images/fav-icon.png" rel="shortcut icon"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet"> <style> body { font: 16px Poppins, sans-serif; color: #fff; text-align: center; margin: 0; background-image: linear-gradient(111deg,#6445ea,#377fea); background-size: 100vw 100vh; } h1 { font-size: 30px; font-weight: 700; margin: 50px 0 20px 0; padding: 0; } .error-container { max-width: 900px; margin: 0 auto; padding: 50px; padding-top: 0; } a { color: #fff100; font-weight: bold; } section p:last-of-type { margin-top: 56px; } </style> </head> <body data-application="portal"> <main class="error-container"> <section aria-label="Unsupported Browser"> <img src="../Images/starrez-logo.svg" alt="StarRez Logo"> <h1>Unsupported Browser</h1> <p> The browser you are using is out-of-date and we do not support it. We are sorry for the inconvenience. </p> <p> Please use an up-to-date browser such as Chrome, Firefox or Edge. </p> <p> If you believe you have received this message in error, <a href="/StarRezPortalX" aria-label="Retry going to the PortalX home page">click here to retry</a>. </p> </section> </main> </body> </html>