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.

unsupported_browser.html 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <html>
  2. <head>
  3. <!--
  4. Copyright @ 2015 Atlassian Pty Ltd
  5. Licensed under the Apache License, Version 2.0 (the "License");
  6. you may not use this file except in compliance with the License.
  7. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. * -->
  15. <title>Jitsi Meet: Unsupported Browser</title>
  16. <link rel="stylesheet" type="text/css" media="screen" href="css/unsupported_browser.css" />
  17. </head>
  18. <body>
  19. <!-- wrap starts here -->
  20. <div id="wrap">
  21. <div id="text">
  22. <p>This application is currently only supported by</p>
  23. <div class="supported_browsers">
  24. <div class="browser_wrapper">
  25. Chrome
  26. <div class="browser">
  27. <div class="logo" id="chrome_logo"></div>
  28. <a href="http://google.com/chrome"><div class="button">DOWNLOAD</div></a>
  29. </div>
  30. </div>
  31. <div class="browser_wrapper">
  32. Chromium
  33. <div class="browser">
  34. <div class="logo" id="chromium_logo"></div>
  35. <a href="http://www.chromium.org/"><div class="button">DOWNLOAD</div></a>
  36. </div>
  37. </div>
  38. <div class="browser_wrapper">
  39. Opera
  40. <div class="browser">
  41. <div class="logo" id="opera_logo"></div>
  42. <a href="http://www.opera.com"><div class="button">DOWNLOAD</div></a>
  43. </div>
  44. </div>
  45. <div class="browser_wrapper">
  46. Firefox Nightly
  47. <div class="browser">
  48. <div class="logo" id="firefox-nightly_logo"></div>
  49. <a href="https://nightly.mozilla.org/"><div class="button">DOWNLOAD</div></a>
  50. </div>
  51. </div>
  52. </div>
  53. <div class="clear"></div>
  54. <div class="firefox">We are hoping that multistream support for Firefox would not be long so that we could all use this application with our favorite browser.</div>
  55. </div>
  56. <!-- wrap ends here -->
  57. </div>
  58. </body>
  59. </html>