mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
bb882c697c
Add "Skip to content" to improve accessibility GitOrigin-RevId: 43368a65057656bdea10b6be3c598d68bd8e2d40
22 lines
714 B
Text
22 lines
714 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#main-content
|
|
.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].
|
|
|
|
if fromURL
|
|
p
|
|
| URL:
|
|
|
|
|
a(href=fromURL) #{fromURL}
|