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.

recommendedBrowsers.html 825B

123456789101112131415161718192021222324
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <!--#include virtual="/base.html" -->
  5. <link rel="stylesheet" href="css/all.css">
  6. <!--#include virtual="/title.html" -->
  7. </head>
  8. <body>
  9. <div class = 'unsupported-desktop-browser'>
  10. <h2 class = 'unsupported-desktop-browser__title'>
  11. It looks like you're using a browser we don't fully support.
  12. </h2>
  13. <p class ='unsupported-desktop-browser__description'>
  14. We recommend to try with the latest version of&nbsp;
  15. <a
  16. class='unsupported-desktop-browser__link'
  17. href='https://www.google.com/chrome/' >Chrome</a>&nbsp;or&nbsp;
  18. <a
  19. class='unsupported-desktop-browser__link'
  20. href='https://www.chromium.org/'>Chromium</a>
  21. </p>
  22. </div>
  23. </body>
  24. </html>