12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <html>
- <head>
- <!--
- Copyright @ 2015 Atlassian Pty Ltd
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- * -->
- <title>Jitsi Meet: Unsupported Browser</title>
- <link rel="stylesheet" type="text/css" media="screen" href="css/unsupported_browser.css" />
- </head>
-
- <body>
- <!-- wrap starts here -->
- <div id="wrap">
- <div id="text">
- <p>This application is currently only supported by</p>
-
- <div class="supported_browsers">
- <div class="browser_wrapper">
- Chrome
- <div class="browser">
- <div class="logo" id="chrome_logo"></div>
- <a href="http://google.com/chrome"><div class="button">DOWNLOAD</div></a>
- </div>
- </div>
- <div class="browser_wrapper">
- Chromium
- <div class="browser">
- <div class="logo" id="chromium_logo"></div>
- <a href="http://www.chromium.org/"><div class="button">DOWNLOAD</div></a>
- </div>
- </div>
- <div class="browser_wrapper">
- Opera
- <div class="browser">
- <div class="logo" id="opera_logo"></div>
- <a href="http://www.opera.com"><div class="button">DOWNLOAD</div></a>
- </div>
- </div>
- <div class="browser_wrapper">
- Firefox Nightly
- <div class="browser">
- <div class="logo" id="firefox-nightly_logo"></div>
- <a href="https://nightly.mozilla.org/"><div class="button">DOWNLOAD</div></a>
- </div>
- </div>
- </div>
- <div class="clear"></div>
- <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>
- </div>
- <!-- wrap ends here -->
- </div>
- </body>
- </html>
|