|
@@ -1 +1,19 @@
|
1
|
|
-Sorry, webrtc is required for this and your browser does not seem to support it.
|
|
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>
|