Chrome only page for Safari browser.

This commit is contained in:
Yana Stamcheva 2013-12-18 15:37:44 +01:00
parent dbe90232d0
commit 74b3812c44
1 changed files with 19 additions and 1 deletions

View File

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