Chrome only page for Safari browser.
This commit is contained in:
parent
dbe90232d0
commit
74b3812c44
|
@ -1 +1,19 @@
|
||||||
Sorry, webrtc is required for this and your browser does not seem to support it.
|
<html>
|
||||||
|
<head>
|
||||||
|
<title></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">
|
||||||
|
<p>This service only works with Chrome.</p>
|
||||||
|
<p><a href="http://google.com/chrome">Download Chrome</a></p>
|
||||||
|
</div>
|
||||||
|
<!-- wrap ends here -->
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue