CINXE.COM
This browser is not supported
<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <title>This browser is not supported</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover"> <style> html { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; width: 100%; height: 100%; -ms-text-size-adjust: 100%; } body { height: 100%; max-height: 100%; -ms-content-zooming: none; word-wrap: break-word; overscroll-behavior-y: none; -ms-text-size-adjust: none; margin: 0; padding: 0; line-height: 1.4; background-color: #158fff; min-height: 300px; overflow-y: auto; display: flex; justify-content: center; align-items: center; flex-direction: column; color: #fff; } .desktop-message { background: #fff; color: #000; text-align: center; border-radius: 8px; width: 70%; max-width: 440px; padding: 32px; } .desktop-message h2 { font-size: 36px; margin-bottom: 20px; margin-top: 0; text-transform: uppercase; line-height: 1.15; font-weight: 400; } @media screen and (max-width: 500px) { .desktop-message h2 { font-size: 26px; } } </style> </head> <body> <div class="desktop-message"> <h2 id="unsupported-browser">This browser is not supported</h2> <div id="supported-browser-hint">To open this app on your computer please use an up-to-date browser such as Chrome, Firefox or Safari.</div> </div> </body></html>