overleaf/services/web/app/views/general/404.pug
2017-03-28 16:57:08 +01:00

15 lines
No EOL
317 B
Text

extends ../layout
block content
.content
.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