2015-02-24 16:08:24 +00:00
< html >
< head >
< 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 >
2015-03-12 15:33:27 +00:00
< 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 >
2015-02-24 16:08:24 +00:00
< / div >
< div class = "clear" > < / div >
2015-02-25 10:06:32 +00:00
< 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 >
2015-02-24 16:08:24 +00:00
< / div >
<!-- wrap ends here -->
< / div >
< / body >
< / html >