jiti-meet/chromeonly.html

21 lines
873 B
HTML
Raw Normal View History

<html>
<head>
2014-02-28 21:32:12 +00:00
<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">
2014-02-28 21:32:12 +00:00
<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>
2014-02-28 21:32:12 +00:00
<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>