mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
2d8167fa0a
Add main landmark roles to multiple templates GitOrigin-RevId: 80ae851fae015b21a3210d71d04287c0c9a3024d
20 lines
394 B
Text
20 lines
394 B
Text
extends ../layout
|
|
|
|
block vars
|
|
- metadata = { viewport: true }
|
|
|
|
block content
|
|
main.content.content-alt
|
|
.container
|
|
.row
|
|
.col-md-6.col-md-offset-3.col-lg-4.col-lg-offset-4
|
|
.card
|
|
.page-header
|
|
h1 We're back!
|
|
p Overleaf is now running normally.
|
|
p
|
|
| Please
|
|
|
|
|
a(href="/login") log in
|
|
|
|
|
| to continue working on your projects.
|