Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

recommendedBrowsers.html 815B

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