You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

chromeonly.html 462B

12345678910111213141516171819
  1. <html>
  2. <head>
  3. <title></title>
  4. <link rel="stylesheet" type="text/css" media="screen" href="css/chromeonly.css" />
  5. </head>
  6. <body>
  7. <!-- wrap starts here -->
  8. <div id="wrap">
  9. <a href="http://google.com/chrome"><div id="left"></div></a>
  10. <div id="middle"></div>
  11. <div id="text">
  12. <p>This service only works with Chrome.</p>
  13. <p><a href="http://google.com/chrome">Download Chrome</a></p>
  14. </div>
  15. <!-- wrap ends here -->
  16. </div>
  17. </body>
  18. </html>