You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

chromeonly.html 876B

1234567891011121314151617181920
  1. <html>
  2. <head>
  3. <title>Jitsi Meet: Unsupported Browser</title>
  4. <link rel="stylesheet" type="text/css" media="screen" href="css/chromeonly.css" />
  5. </head>
  6. <body>
  7. <!-- wrap starts here -->
  8. <div id="wrap">
  9. <a href="http://google.com/chrome"><div id="left"></div></a>
  10. <div id="middle"></div>
  11. <div id="text">
  12. <p>This application is currently only supported by <a href="http://google.com/chrome">Chrome</a>, <a href="http://www.chromium.org/">Chromium</a> and <a href="http://www.opera.com">Opera</a></p>
  13. <p><a href="http://google.com/chrome">Download Chrome</a></p>
  14. <p class="firefox">We are hoping that <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=977864">multistream support</a> for Firefox would not be long so that we could all use this application with our favorite browser.</p>
  15. </div>
  16. <!-- wrap ends here -->
  17. </div>
  18. </body>
  19. </html>