瀏覽代碼

Chrome only page for Safari browser.

j8
Yana Stamcheva 11 年之前
父節點
當前提交
74b3812c44
共有 1 個文件被更改,包括 19 次插入1 次删除
  1. 19
    1
      webrtcrequired.html

+ 19
- 1
webrtcrequired.html 查看文件

@@ -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>

Loading…
取消
儲存