CINXE.COM
Livestorm | Browser not supported
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" id="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="author" content="Livestorm"> <meta name="robots" content="noindex"> <title>Livestorm | Browser not supported</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <style> html,body{ height: 100%; } body{ font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 14px; line-height: 1.5; font-weight: 400; color: #515054; background-color: #fff; } a { color: #3b6ef1; text-decoration: none; } .box { height:100%; } .box-wrap { padding: 30px 10px 0 10px; } @media (min-width: 1024px) { .box-wrap { padding-top: 80px; } } .block { display: block; } .margin-auto { margin: 0 auto; } .text-center { text-align: center; } .text-grey-900 { color: #1c1c1e; } .titles { margin: 24px 0; } .titles-title { font-weight: 600; font-size: 1.1em; } .steps-wrap { max-width: 680px; } .step-item { padding: 16px; background-color: #f6f6f9; margin-bottom: 8px; border-radius: 8px; } .base-input { box-sizing: border-box; border: 1px solid #e5e5ea; border-radius: 8px; padding-left: 0.75rem; padding-right: 0.75rem; font-size: 14px; line-height: 40px; height: 40px; } .input-link { width: 100%; margin-top: 4px; } .btn-link { cursor: pointer; background: #f6f9fc; border: 1px solid #c0c0c5; border-radius: 4px; padding: 4px 6px; } .btn-link:hover { background: #efeff4; } .more-info-wrap { margin-top: 24px; } .more-info-link { border-bottom: 1px dotted; color: #515054; } .hide { display: none; } </style> </head> <body> <div class="box"> <div class="box-wrap"> <img width="200" class="block margin-auto" src="https://cdn.livestorm.co/assets/logo-livestorm-dark-78d4b5e2abb65ace9df6366ec5e5dd3f0fa81623f33dc6da805ca1c3a2a1bdbc.png" /> <div class="titles text-center"> <p class="titles-title text-grey-900"> Your browser Internet Explorer (version 7.0) is outdated </p> <p class="titles-subtitle">Please follow these steps to use a compatible browser with Livestorm:</p> </div> <div class="steps-wrap margin-auto"> <div class="step-item"> 1. Open or install the latest version of <a target="_blank" href="https://www.google.com/chrome/">Google Chrome</a>, <a target="_blank" href="https://www.microsoft.com/edge">Microsoft Edge</a> or <a target="_blank" href="https://www.mozilla.org/firefox/">Firefox</a> </div> <div class="step-item"> 2. <button class="btn-link" data-clipboard-target="#js-input-link"><span id="js-copy">Copy</span><span id="js-copied" class="hide">Copied!</span></button> this link: <input id="js-input-link" data-testid="input-link" value="https://app.livestorm.co/solar-media/the-power-of-stability?utm_source=pvtech&utm_medium=event-listing" type="text" readonly class="base-input text-grey-900 block input-link" > </div> <div class="step-item"> 3. Paste the link above in the URL bar of <span>Google Chrome</span>, <span>Microsoft Edge</span> or <span>Firefox</span> </div> </div> <div class="text-center more-info-wrap"> <a class="more-info-link" href="https://support.livestorm.co/article/19-technical-requirements-livestorm">More info about the technical requirements to use Livestorm</a> </div> </div> </div> </body> <!-- Handle URL hash --> <script> if (window.location.hash) { var inputLink = document.getElementById('js-input-link'); inputLink.value = inputLink.value + window.location.hash; } </script> <!-- Clipboard --> <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.10/clipboard.min.js" integrity="sha512-PIisRT8mFfdxx99gMs7WAY5Gp+CtjYYxKvF93w8yWAvX548UBNADHu7Qkavgr6yRG+asocqfuk5crjNd5z9s6Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script> var clipboard = new ClipboardJS('.btn-link'); clipboard.on('success', function(e) { document.getElementById('js-copy').classList.add('hide'); document.getElementById('js-copied').classList.remove('hide'); setTimeout(function () { document.getElementById('js-copy').classList.remove('hide'); document.getElementById('js-copied').classList.add('hide'); }, 3000); }); </script> </html>