mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
42f9920a9e
[web] migrate trivial pug templates to the de-ng/marketing layout GitOrigin-RevId: 041c277eaded45118c6a3bd3e95bdaa90b1536f4
20 lines
417 B
Text
20 lines
417 B
Text
extends ../layout-marketing
|
|
|
|
block vars
|
|
- metadata = { viewport: true }
|
|
|
|
block content
|
|
main.content.content-alt#main-content
|
|
.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.
|