unsupported-browser.pug 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. extends ../layout/layout-no-js
  2. block append meta
  3. meta(name='robots' content='noindex')
  4. block vars
  5. - metadata = {title: 'Unsupported browser'}
  6. block body
  7. body.full-height
  8. main#main-content.content.content-alt.full-height
  9. .container.full-height
  10. .error-container.full-height
  11. .error-details
  12. h1.error-status Unsupported Browser
  13. p.error-description
  14. | Sorry, we don't support your browser anymore. Please see below what browsers we support.
  15. br
  16. | If you think you're seeing this message in error,
  17. |
  18. a(href='mailto:' + settings.adminEmail target='_blank') please let us know
  19. | .
  20. if fromURL
  21. p
  22. | URL:
  23. |
  24. a(href=fromURL) #{fromURL}
  25. hr
  26. p
  27. | Overleaf officially supports versions of Chrome, Firefox, Safari and Microsoft Edge released in the last 12 months.
  28. br
  29. | Firefox ESR is also supported for 12 months.
  30. p
  31. | Support for beta or developer-preview browser versions cannot be guaranteed. Please
  32. |
  33. a(href='mailto:' + settings.adminEmail target='_blank') get in touch
  34. |
  35. | if you encounter any issues while using the service with beta or developer-preview releases of supported browsers.
  36. p
  37. strong Overleaf has stopped supporting Internet Explorer as of April 26, 2021, and access is now blocked.
  38. p
  39. | If you cannot upgrade to one of the supported browsers,
  40. |
  41. a(href='mailto:' + settings.adminEmail target='_blank') please let us know
  42. | .