mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
15 lines
No EOL
317 B
Text
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 |