mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
81f027b4c3
Lighten .content-alt background color GitOrigin-RevId: 3a1f73a469b1a2bb537a3f15722ce115f54e1ed0
21 lines
No EOL
866 B
Text
21 lines
No EOL
866 B
Text
doctype html
|
|
html.full-height(itemscope, itemtype='http://schema.org/Product')
|
|
head
|
|
title Something went wrong
|
|
link(rel="icon", href="/" + settings.brandPrefix + "favicon.ico")
|
|
if buildCssPath
|
|
link(rel="stylesheet", href=buildCssPath("/" + settings.brandPrefix + "style.css"))
|
|
link(href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css",rel="stylesheet")
|
|
body.full-height
|
|
.content.content-alt.full-height
|
|
.container.full-height
|
|
.error-container.full-height
|
|
.error-figure.error-figure-500
|
|
img.error-img(
|
|
src="/img/brand/500-visual-socket.svg"
|
|
alt="Error"
|
|
)
|
|
.error-details
|
|
p.error-status Something went wrong, sorry.
|
|
p.error-description Our staff are probably looking into this, but if it continues, please contact us at #{settings.adminEmail}
|
|
a.error-btn(href="/") Home |