1234567891011121314151617181920 |
- <html>
- <head>
- <title>JitMeet: Unsupported Browser</title>
- <link rel="stylesheet" type="text/css" media="screen" href="css/chromeonly.css" />
- </head>
-
- <body>
- <!-- wrap starts here -->
- <div id="wrap">
- <a href="http://google.com/chrome"><div id="left"></div></a>
- <div id="middle"></div>
- <div id="text">
- <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>
- <p><a href="http://google.com/chrome">Download Chrome</a></p>
- <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>
- </div>
- <!-- wrap ends here -->
- </div>
- </body>
- </html>
|