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

15 lines
317 B
Text
Raw Normal View History

2014-02-12 05:23:40 -05:00
extends ../layout
block content
2014-07-16 06:59:25 -04:00
.content
.container
2017-02-28 11:44:42 -05:00
.error-container
.error-figure
img.error-img(
2017-02-28 11:44:42 -05: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 12:31:29 -05:00
a.error-btn(href="/") Home