mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 07:39:02 +02:00
1d7b454c96
Enhance 4xx HTML Response Page GitOrigin-RevId: 620f84cd6cdc0571bd68bbd2c3164b08f7fe5598
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
extends ../layout
|
|
|
|
block content
|
|
.content.content-alt
|
|
.container
|
|
.error-container
|
|
.error-details
|
|
p.error-status Not found
|
|
p.error-description #{translate("cant_find_page")}
|
|
a.error-btn(href="/") Home
|