overleaf/services/web/app/views/general/404.pug
Jessica Lawshe 81f027b4c3 Merge pull request #1104 from sharelatex/jel-content-bg-color
Lighten .content-alt background color

GitOrigin-RevId: 3a1f73a469b1a2bb537a3f15722ce115f54e1ed0
2018-11-01 17:48:20 +00:00

15 lines
No EOL
329 B
Text

extends ../layout
block content
.content.content-alt
.container
.error-container
.error-figure
img.error-img(
src="/img/brand/404-visual.svg"
alt="Not found"
)
.error-details
p.error-status Not found
p.error-description #{translate("cant_find_page")}
a.error-btn(href="/") Home