mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
89ce01901c
Remove brandPrefix setting GitOrigin-RevId: f415d10e81b79d35159000e554b9174304f5a41b
24 lines
818 B
Text
24 lines
818 B
Text
doctype html
|
|
html.full-height(itemscope, itemtype='http://schema.org/Product')
|
|
head
|
|
title Something went wrong
|
|
link(rel="icon", href="/favicon.ico")
|
|
if buildCssPath
|
|
link(rel="stylesheet", href=buildCssPath(null, { hashedPath: true }))
|
|
|
|
body.full-height
|
|
.content.content-alt.full-height
|
|
.container.full-height
|
|
.error-container.full-height
|
|
.error-details
|
|
p.error-status Something went wrong, sorry.
|
|
p.error-description(ng-non-bindable) Our staff are probably looking into this, but if it continues, please check our status page at
|
|
|
|
|
|
|
|
a(href="http://" + settings.statusPageUrl) #{settings.statusPageUrl}
|
|
|
|
|
| or contact us at
|
|
|
|
|
a(href="mailto:" + settings.adminEmail) #{settings.adminEmail}
|
|
| .
|
|
a.error-btn(href="/") Home
|