mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
f7cf7626ec
Add middleware to block unsupported browsers GitOrigin-RevId: b1f1e4ae1572c3c323dc72442c8d5169b4879d5d
16 lines
614 B
Text
16 lines
614 B
Text
extends ../layout/layout-no-js
|
|
|
|
block vars
|
|
- metadata = { title: 'Unsupported browser', viewport: true }
|
|
|
|
block body
|
|
body.full-height
|
|
main.content.content-alt.full-height
|
|
.container.full-height
|
|
.error-container.full-height
|
|
.error-details
|
|
h1.error-status Unsupported Browser
|
|
p.error-description
|
|
| Sorry, we don't support your browser anymore. Find out more about #[a(href="https://www.overleaf.com/learn/how-to/What_browsers_do_you_support") what browsers we support].
|
|
br
|
|
| If you think you're seeing this message in error, please #[a(href="/contact") let us know].
|