소스 검색

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…
취소
저장