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

15 lines
317 B
Text
Raw Normal View History

2014-02-12 10:23:40 +00:00
extends ../layout
block content
2014-07-16 10:59:25 +00:00
.content
.container
2017-02-28 16:44:42 +00:00
.error-container
.error-figure
img.error-img(
2017-02-28 16:44:42 +00:00
src="/img/brand/404-visual.svg"
alt="Not found"
)
.error-details
p.error-status Not found
p.error-description #{translate("cant_find_page")}
2017-02-28 17:31:29 +00:00
a.error-btn(href="/") Home