|
@@ -1,19 +1,20 @@
|
1
|
1
|
<html>
|
2
|
|
- <head>
|
3
|
|
- <title></title>
|
4
|
|
- <link rel="stylesheet" type="text/css" media="screen" href="css/chromeonly.css" />
|
5
|
|
- </head>
|
6
|
|
-
|
7
|
|
- <body>
|
8
|
|
- <!-- wrap starts here -->
|
9
|
|
- <div id="wrap">
|
10
|
|
- <a href="http://google.com/chrome"><div id="left"></div></a>
|
11
|
|
- <div id="middle"></div>
|
12
|
|
- <div id="text">
|
13
|
|
- <p>This service only works with Chrome.</p>
|
14
|
|
- <p><a href="http://google.com/chrome">Download Chrome</a></p>
|
15
|
|
- </div>
|
16
|
|
- <!-- wrap ends here -->
|
17
|
|
- </div>
|
18
|
|
- </body>
|
19
|
|
-</html>
|
|
2
|
+<head>
|
|
3
|
+<title>JitMeet: Unsupported Browser</title>
|
|
4
|
+<link rel="stylesheet" type="text/css" media="screen" href="css/chromeonly.css" />
|
|
5
|
+</head>
|
|
6
|
+
|
|
7
|
+<body>
|
|
8
|
+<!-- wrap starts here -->
|
|
9
|
+<div id="wrap">
|
|
10
|
+<a href="http://google.com/chrome"><div id="left"></div></a>
|
|
11
|
+<div id="middle"></div>
|
|
12
|
+<div id="text">
|
|
13
|
+ <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>
|
|
14
|
+ <p><a href="http://google.com/chrome">Download Chrome</a></p>
|
|
15
|
+ <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>
|
|
16
|
+</div>
|
|
17
|
+<!-- wrap ends here -->
|
|
18
|
+</div>
|
|
19
|
+</body>
|
|
20
|
+</html>
|