overleaf/services/web/app/views/general/500.pug

25 lines
846 B
Text
Raw Normal View History

doctype html
2017-03-01 06:22:31 -05:00
html.full-height(itemscope, itemtype='http://schema.org/Product')
head
title Something went wrong
2018-09-21 10:44:36 -04:00
link(rel="icon", href="/" + settings.brandPrefix + "favicon.ico")
if buildCssPath
link(rel="stylesheet", href=buildCssPath(null, { hashedPath: true }))
2017-03-01 06:22:31 -05:00
body.full-height
.content.content-alt.full-height
2017-03-01 06:22:31 -05:00
.container.full-height
.error-container.full-height
.error-details
2017-03-28 11:57:08 -04:00
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