20 lines
462 B
HTML
20 lines
462 B
HTML
<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>
|